Shades of Mauve #CAA0FF
Tints of Mauve #CAA0FF
RGB
CMYK
RGB Variations
Color information
#CAA0FF (or 0xCAA0FF) is known color: Mauve. HEX triplet: CA, A0 and FF. RGB value is (202,160,255). Sum of RGB (Red+Green+Blue) = 202+160+255=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 160 (62.89% from 255 or 25.93% 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 #CAA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA0FF is #355F00. Grayscale: #B7B7B7. Windows color (decimal): -3497729 or 16752842. OLE color: 16752842.
HSL color Cylindrical-coordinate representation of color #CAA0FF: hue angle of 266.53º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAA0FF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 160 | 255 | - |
| CMYK | 0.21 | 0.37 | 0 | 0 |
| HSL | 266.53º | 1% | 0.81% | - |
| HSV(B) | 266.53º | 0.37% | 1% | - |
| XYZ | 54.98 | 44.92 | 100.38 | - |
| YUV | 183.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 255 | 0.21 | 0.37 | 0 | 0 | 266.53 | 1 | 0.81 |
| Hex | CA | A0 | FF | 15 | 25 | 0 | 0 | 10B | 64 | 51 |
| Octal | 312 | 240 | 377 | 25 | 45 | 0 | 0 | 413 | 144 | 121 |
| Binary | 11001010 | 10100000 | 11111111 | 10101 | 100101 | 0 | 0 | 100001011 | 1100100 | 1010001 |
Color Harmonies of #CAA0FF
Complementary color
Monochromatic Colors of #CAA0FF
Black with #CAA0FF
Text Example
Text Example
White with #CAA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0FF; }
p { color: rgb(202,160,255); }
H1.HeaderClassName
{
color: #CAA0FF;
}
.AnyTagClassName
{
color: #CAA0FF;
}
</style>
background-color css
<style>
a { background-color: #CAA0FF; }
a { background-color: rgb(202,160,255); }
div.DivClassName
{
background-color: #CAA0FF;
}
.BgClassName
{
background-color: #CAA0FF;
}
</style>
border-color css
<style>
span { border-color: #CAA0FF; }
span { border-color: rgb(202,160,255); }
td.TdClassName
{
border-color: #CAA0FF;
}
.TagClassName
{
border-color: #CAA0FF;
}
</style>