Shades of Mauve #CAA2FE
Tints of Mauve #CAA2FE
RGB
CMYK
RGB Variations
Color information
#CAA2FE (or 0xCAA2FE) is known color: Mauve. HEX triplet: CA, A2 and FE. RGB value is (202,162,254). Sum of RGB (Red+Green+Blue) = 202+162+254=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAA2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA2FE is #355D01. Grayscale: #B8B8B8. Windows color (decimal): -3497218 or 16687818. OLE color: 16687818.
HSL color Cylindrical-coordinate representation of color #CAA2FE: hue angle of 266.09º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAA2FE is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 162 | 254 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.00 |
| HSL | 266.09º | 0.98% | 0.82% | - |
| HSV(B) | 266.09º | 0.36% | 1% | - |
| XYZ | 55.17 | 45.55 | 99.65 | - |
| YUV | 184.45 | 167.25 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 254 | 0.20 | 0.36 | 0 | 0.00 | 266.09 | 0.98 | 0.82 |
| Hex | CA | A2 | FE | 14 | 24 | 0 | 0 | 10A | 62 | 52 |
| Octal | 312 | 242 | 376 | 24 | 44 | 0 | 0 | 412 | 142 | 122 |
| Binary | 11001010 | 10100010 | 11111110 | 10100 | 100100 | 0 | 0 | 100001010 | 1100010 | 1010010 |
Color Harmonies of #CAA2FE
Complementary color
Monochromatic Colors of #CAA2FE
Black with #CAA2FE
Text Example
Text Example
White with #CAA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2FE; }
p { color: rgb(202,162,254); }
H1.HeaderClassName
{
color: #CAA2FE;
}
.AnyTagClassName
{
color: #CAA2FE;
}
</style>
background-color css
<style>
a { background-color: #CAA2FE; }
a { background-color: rgb(202,162,254); }
div.DivClassName
{
background-color: #CAA2FE;
}
.BgClassName
{
background-color: #CAA2FE;
}
</style>
border-color css
<style>
span { border-color: #CAA2FE; }
span { border-color: rgb(202,162,254); }
td.TdClassName
{
border-color: #CAA2FE;
}
.TagClassName
{
border-color: #CAA2FE;
}
</style>