#C8AAFF (or 0xC8AAFF) is unknown color: approx Mauve. HEX triplet: C8, AA and FF. RGB value is (200,170,255). Sum of RGB (Red+Green+Blue) = 200+170+255=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AAFF is #375500. Grayscale: #BCBCBC. Windows color (decimal): -3626241 or 16755400. OLE color: 16755400.
HSL color Cylindrical-coordinate representation of color #C8AAFF: hue angle of 261.18º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8AAFF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #C8AAFF; } p { color: rgb(200,170,255); } H1.HeaderClassName { color: #C8AAFF; } .AnyTagClassName { color: #C8AAFF; } </style>
<style> a { background-color: #C8AAFF; } a { background-color: rgb(200,170,255); } div.DivClassName { background-color: #C8AAFF; } .BgClassName { background-color: #C8AAFF; } </style>
<style> span { border-color: #C8AAFF; } span { border-color: rgb(200,170,255); } td.TdClassName { border-color: #C8AAFF; } .TagClassName { border-color: #C8AAFF; } </style>