Shades of Mauve #CAA2FF
Tints of Mauve #CAA2FF
RGB
CMYK
RGB Variations
Color information
#CAA2FF (or 0xCAA2FF) is known color: Mauve. HEX triplet: CA, A2 and FF. RGB value is (202,162,255). Sum of RGB (Red+Green+Blue) = 202+162+255=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 162 (63.67% from 255 or 26.17% 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 #CAA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA2FF is #355D00. Grayscale: #B8B8B8. Windows color (decimal): -3497217 or 16753354. OLE color: 16753354.
HSL color Cylindrical-coordinate representation of color #CAA2FF: hue angle of 265.81º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAA2FF is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 162 | 255 | - |
| CMYK | 0.21 | 0.36 | 0 | 0 |
| HSL | 265.81º | 1% | 0.82% | - |
| HSV(B) | 265.81º | 0.36% | 1% | - |
| XYZ | 55.33 | 45.62 | 100.5 | - |
| YUV | 184.56 | 167.75 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 255 | 0.21 | 0.36 | 0 | 0 | 265.81 | 1 | 0.82 |
| Hex | CA | A2 | FF | 15 | 24 | 0 | 0 | 10A | 64 | 52 |
| Octal | 312 | 242 | 377 | 25 | 44 | 0 | 0 | 412 | 144 | 122 |
| Binary | 11001010 | 10100010 | 11111111 | 10101 | 100100 | 0 | 0 | 100001010 | 1100100 | 1010010 |
Color Harmonies of #CAA2FF
Complementary color
Monochromatic Colors of #CAA2FF
Black with #CAA2FF
Text Example
Text Example
White with #CAA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2FF; }
p { color: rgb(202,162,255); }
H1.HeaderClassName
{
color: #CAA2FF;
}
.AnyTagClassName
{
color: #CAA2FF;
}
</style>
background-color css
<style>
a { background-color: #CAA2FF; }
a { background-color: rgb(202,162,255); }
div.DivClassName
{
background-color: #CAA2FF;
}
.BgClassName
{
background-color: #CAA2FF;
}
</style>
border-color css
<style>
span { border-color: #CAA2FF; }
span { border-color: rgb(202,162,255); }
td.TdClassName
{
border-color: #CAA2FF;
}
.TagClassName
{
border-color: #CAA2FF;
}
</style>