Shades of Mauve #CAAFF9
Tints of Mauve #CAAFF9
RGB
CMYK
RGB Variations
Color information
#CAAFF9 (or 0xCAAFF9) is known color: Mauve. HEX triplet: CA, AF and F9. RGB value is (202,175,249). Sum of RGB (Red+Green+Blue) = 202+175+249=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFF9 is #355006. Grayscale: #BFBFBF. Windows color (decimal): -3493895 or 16363466. OLE color: 16363466.
HSL color Cylindrical-coordinate representation of color #CAAFF9: hue angle of 261.89º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAAFF9 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 175 | 249 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.02 |
| HSL | 261.89º | 0.86% | 0.83% | - |
| HSV(B) | 261.89º | 0.3% | 0.98% | - |
| XYZ | 56.79 | 50.06 | 96.29 | - |
| YUV | 191.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 175 | 249 | 0.19 | 0.30 | 0 | 0.02 | 261.89 | 0.86 | 0.83 |
| Hex | CA | AF | F9 | 13 | 1E | 0 | 2 | 106 | 56 | 53 |
| Octal | 312 | 257 | 371 | 23 | 36 | 0 | 2 | 406 | 126 | 123 |
| Binary | 11001010 | 10101111 | 11111001 | 10011 | 11110 | 0 | 10 | 100000110 | 1010110 | 1010011 |
Color Harmonies of #CAAFF9
Complementary color
Monochromatic Colors of #CAAFF9
Black with #CAAFF9
Text Example
Text Example
White with #CAAFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFF9; }
p { color: rgb(202,175,249); }
H1.HeaderClassName
{
color: #CAAFF9;
}
.AnyTagClassName
{
color: #CAAFF9;
}
</style>
background-color css
<style>
a { background-color: #CAAFF9; }
a { background-color: rgb(202,175,249); }
div.DivClassName
{
background-color: #CAAFF9;
}
.BgClassName
{
background-color: #CAAFF9;
}
</style>
border-color css
<style>
span { border-color: #CAAFF9; }
span { border-color: rgb(202,175,249); }
td.TdClassName
{
border-color: #CAAFF9;
}
.TagClassName
{
border-color: #CAAFF9;
}
</style>