Shades of Mauve #C8A2FF
Tints of Mauve #C8A2FF
RGB
CMYK
RGB Variations
Color information
#C8A2FF (or 0xC8A2FF) is known color: Mauve. HEX triplet: C8, A2 and FF. RGB value is (200,162,255). Sum of RGB (Red+Green+Blue) = 200+162+255=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 162 (63.67% from 255 or 26.26% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A2FF is #375D00. Grayscale: #B7B7B7. Windows color (decimal): -3628289 or 16753352. OLE color: 16753352.
HSL color Cylindrical-coordinate representation of color #C8A2FF: hue angle of 264.52º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8A2FF is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 162 | 255 | - |
| CMYK | 0.22 | 0.36 | 0 | 0 |
| HSL | 264.52º | 1% | 0.82% | - |
| HSV(B) | 264.52º | 0.36% | 1% | - |
| XYZ | 54.79 | 45.34 | 100.47 | - |
| YUV | 183.96 | 168.09 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 255 | 0.22 | 0.36 | 0 | 0 | 264.52 | 1 | 0.82 |
| Hex | C8 | A2 | FF | 16 | 24 | 0 | 0 | 109 | 64 | 52 |
| Octal | 310 | 242 | 377 | 26 | 44 | 0 | 0 | 411 | 144 | 122 |
| Binary | 11001000 | 10100010 | 11111111 | 10110 | 100100 | 0 | 0 | 100001001 | 1100100 | 1010010 |
Color Harmonies of #C8A2FF
Complementary color
Monochromatic Colors of #C8A2FF
Black with #C8A2FF
Text Example
Text Example
White with #C8A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A2FF; }
p { color: rgb(200,162,255); }
H1.HeaderClassName
{
color: #C8A2FF;
}
.AnyTagClassName
{
color: #C8A2FF;
}
</style>
background-color css
<style>
a { background-color: #C8A2FF; }
a { background-color: rgb(200,162,255); }
div.DivClassName
{
background-color: #C8A2FF;
}
.BgClassName
{
background-color: #C8A2FF;
}
</style>
border-color css
<style>
span { border-color: #C8A2FF; }
span { border-color: rgb(200,162,255); }
td.TdClassName
{
border-color: #C8A2FF;
}
.TagClassName
{
border-color: #C8A2FF;
}
</style>