Shades of Mauve #C4A8FF
Tints of Mauve #C4A8FF
RGB
CMYK
RGB Variations
Color information
#C4A8FF (or 0xC4A8FF) is known color: Mauve. HEX triplet: C4, A8 and FF. RGB value is (196,168,255). Sum of RGB (Red+Green+Blue) = 196+168+255=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A8FF is #3B5700. Grayscale: #B9B9B9. Windows color (decimal): -3888897 or 16754884. OLE color: 16754884.
HSL color Cylindrical-coordinate representation of color #C4A8FF: hue angle of 259.31º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4A8FF is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 168 | 255 | - |
| CMYK | 0.23 | 0.34 | 0 | 0 |
| HSL | 259.31º | 1% | 0.83% | - |
| HSV(B) | 259.31º | 0.34% | 1% | - |
| XYZ | 54.82 | 46.96 | 100.78 | - |
| YUV | 186.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 255 | 0.23 | 0.34 | 0 | 0 | 259.31 | 1 | 0.83 |
| Hex | C4 | A8 | FF | 17 | 22 | 0 | 0 | 103 | 64 | 53 |
| Octal | 304 | 250 | 377 | 27 | 42 | 0 | 0 | 403 | 144 | 123 |
| Binary | 11000100 | 10101000 | 11111111 | 10111 | 100010 | 0 | 0 | 100000011 | 1100100 | 1010011 |
Color Harmonies of #C4A8FF
Complementary color
Monochromatic Colors of #C4A8FF
Black with #C4A8FF
Text Example
Text Example
White with #C4A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A8FF; }
p { color: rgb(196,168,255); }
H1.HeaderClassName
{
color: #C4A8FF;
}
.AnyTagClassName
{
color: #C4A8FF;
}
</style>
background-color css
<style>
a { background-color: #C4A8FF; }
a { background-color: rgb(196,168,255); }
div.DivClassName
{
background-color: #C4A8FF;
}
.BgClassName
{
background-color: #C4A8FF;
}
</style>
border-color css
<style>
span { border-color: #C4A8FF; }
span { border-color: rgb(196,168,255); }
td.TdClassName
{
border-color: #C4A8FF;
}
.TagClassName
{
border-color: #C4A8FF;
}
</style>