Shades of Mauve #CAA0FA
Tints of Mauve #CAA0FA
RGB
CMYK
RGB Variations
Color information
#CAA0FA (or 0xCAA0FA) is known color: Mauve. HEX triplet: CA, A0 and FA. RGB value is (202,160,250). Sum of RGB (Red+Green+Blue) = 202+160+250=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA0FA is #355F05. Grayscale: #B6B6B6. Windows color (decimal): -3497734 or 16425162. OLE color: 16425162.
HSL color Cylindrical-coordinate representation of color #CAA0FA: hue angle of 268º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAA0FA is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 160 | 250 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.02 |
| HSL | 268º | 0.9% | 0.8% | - |
| HSV(B) | 268º | 0.36% | 0.98% | - |
| XYZ | 54.18 | 44.6 | 96.2 | - |
| YUV | 182.82 | 165.91 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 250 | 0.19 | 0.36 | 0 | 0.02 | 268 | 0.9 | 0.8 |
| Hex | CA | A0 | FA | 13 | 24 | 0 | 2 | 10C | 5A | 50 |
| Octal | 312 | 240 | 372 | 23 | 44 | 0 | 2 | 414 | 132 | 120 |
| Binary | 11001010 | 10100000 | 11111010 | 10011 | 100100 | 0 | 10 | 100001100 | 1011010 | 1010000 |
Color Harmonies of #CAA0FA
Complementary color
Monochromatic Colors of #CAA0FA
Black with #CAA0FA
Text Example
Text Example
White with #CAA0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0FA; }
p { color: rgb(202,160,250); }
H1.HeaderClassName
{
color: #CAA0FA;
}
.AnyTagClassName
{
color: #CAA0FA;
}
</style>
background-color css
<style>
a { background-color: #CAA0FA; }
a { background-color: rgb(202,160,250); }
div.DivClassName
{
background-color: #CAA0FA;
}
.BgClassName
{
background-color: #CAA0FA;
}
</style>
border-color css
<style>
span { border-color: #CAA0FA; }
span { border-color: rgb(202,160,250); }
td.TdClassName
{
border-color: #CAA0FA;
}
.TagClassName
{
border-color: #CAA0FA;
}
</style>