Shades of Mauve #CAA9FE
Tints of Mauve #CAA9FE
RGB
CMYK
RGB Variations
Color information
#CAA9FE (or 0xCAA9FE) is known color: Mauve. HEX triplet: CA, A9 and FE. RGB value is (202,169,254). Sum of RGB (Red+Green+Blue) = 202+169+254=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAA9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA9FE is #355601. Grayscale: #BCBCBC. Windows color (decimal): -3495426 or 16689610. OLE color: 16689610.
HSL color Cylindrical-coordinate representation of color #CAA9FE: hue angle of 263.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAA9FE is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 169 | 254 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.00 |
| HSL | 263.29º | 0.98% | 0.83% | - |
| HSV(B) | 263.29º | 0.33% | 1% | - |
| XYZ | 56.43 | 48.09 | 100.07 | - |
| YUV | 188.56 | 164.93 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 254 | 0.20 | 0.33 | 0 | 0.00 | 263.29 | 0.98 | 0.83 |
| Hex | CA | A9 | FE | 14 | 21 | 0 | 0 | 107 | 62 | 53 |
| Octal | 312 | 251 | 376 | 24 | 41 | 0 | 0 | 407 | 142 | 123 |
| Binary | 11001010 | 10101001 | 11111110 | 10100 | 100001 | 0 | 0 | 100000111 | 1100010 | 1010011 |
Color Harmonies of #CAA9FE
Complementary color
Monochromatic Colors of #CAA9FE
Black with #CAA9FE
Text Example
Text Example
White with #CAA9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9FE; }
p { color: rgb(202,169,254); }
H1.HeaderClassName
{
color: #CAA9FE;
}
.AnyTagClassName
{
color: #CAA9FE;
}
</style>
background-color css
<style>
a { background-color: #CAA9FE; }
a { background-color: rgb(202,169,254); }
div.DivClassName
{
background-color: #CAA9FE;
}
.BgClassName
{
background-color: #CAA9FE;
}
</style>
border-color css
<style>
span { border-color: #CAA9FE; }
span { border-color: rgb(202,169,254); }
td.TdClassName
{
border-color: #CAA9FE;
}
.TagClassName
{
border-color: #CAA9FE;
}
</style>