Shades of Mauve #CAA2FC
Tints of Mauve #CAA2FC
RGB
CMYK
RGB Variations
Color information
#CAA2FC (or 0xCAA2FC) is known color: Mauve. HEX triplet: CA, A2 and FC. RGB value is (202,162,252). Sum of RGB (Red+Green+Blue) = 202+162+252=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #CAA2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA2FC is #355D03. Grayscale: #B7B7B7. Windows color (decimal): -3497220 or 16556746. OLE color: 16556746.
HSL color Cylindrical-coordinate representation of color #CAA2FC: hue angle of 266.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAA2FC is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 162 | 252 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.01 |
| HSL | 266.67º | 0.94% | 0.81% | - |
| HSV(B) | 266.67º | 0.36% | 0.99% | - |
| XYZ | 54.85 | 45.43 | 97.97 | - |
| YUV | 184.22 | 166.25 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 252 | 0.20 | 0.36 | 0 | 0.01 | 266.67 | 0.94 | 0.81 |
| Hex | CA | A2 | FC | 14 | 24 | 0 | 1 | 10B | 5E | 51 |
| Octal | 312 | 242 | 374 | 24 | 44 | 0 | 1 | 413 | 136 | 121 |
| Binary | 11001010 | 10100010 | 11111100 | 10100 | 100100 | 0 | 1 | 100001011 | 1011110 | 1010001 |
Color Harmonies of #CAA2FC
Complementary color
Monochromatic Colors of #CAA2FC
Black with #CAA2FC
Text Example
Text Example
White with #CAA2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2FC; }
p { color: rgb(202,162,252); }
H1.HeaderClassName
{
color: #CAA2FC;
}
.AnyTagClassName
{
color: #CAA2FC;
}
</style>
background-color css
<style>
a { background-color: #CAA2FC; }
a { background-color: rgb(202,162,252); }
div.DivClassName
{
background-color: #CAA2FC;
}
.BgClassName
{
background-color: #CAA2FC;
}
</style>
border-color css
<style>
span { border-color: #CAA2FC; }
span { border-color: rgb(202,162,252); }
td.TdClassName
{
border-color: #CAA2FC;
}
.TagClassName
{
border-color: #CAA2FC;
}
</style>