Shades of Mauve #CAAAFA
Tints of Mauve #CAAAFA
RGB
CMYK
RGB Variations
Color information
#CAAAFA (or 0xCAAAFA) is known color: Mauve. HEX triplet: CA, AA and FA. RGB value is (202,170,250). Sum of RGB (Red+Green+Blue) = 202+170+250=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAFA is #355505. Grayscale: #BCBCBC. Windows color (decimal): -3495174 or 16427722. OLE color: 16427722.
HSL color Cylindrical-coordinate representation of color #CAAAFA: hue angle of 264º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAAAFA is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 170 | 250 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.02 |
| HSL | 264º | 0.89% | 0.82% | - |
| HSV(B) | 264º | 0.32% | 0.98% | - |
| XYZ | 55.99 | 48.21 | 96.8 | - |
| YUV | 188.69 | 162.6 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 250 | 0.19 | 0.32 | 0 | 0.02 | 264 | 0.89 | 0.82 |
| Hex | CA | AA | FA | 13 | 20 | 0 | 2 | 108 | 59 | 52 |
| Octal | 312 | 252 | 372 | 23 | 40 | 0 | 2 | 410 | 131 | 122 |
| Binary | 11001010 | 10101010 | 11111010 | 10011 | 100000 | 0 | 10 | 100001000 | 1011001 | 1010010 |
Color Harmonies of #CAAAFA
Complementary color
Monochromatic Colors of #CAAAFA
Black with #CAAAFA
Text Example
Text Example
White with #CAAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAFA; }
p { color: rgb(202,170,250); }
H1.HeaderClassName
{
color: #CAAAFA;
}
.AnyTagClassName
{
color: #CAAAFA;
}
</style>
background-color css
<style>
a { background-color: #CAAAFA; }
a { background-color: rgb(202,170,250); }
div.DivClassName
{
background-color: #CAAAFA;
}
.BgClassName
{
background-color: #CAAAFA;
}
</style>
border-color css
<style>
span { border-color: #CAAAFA; }
span { border-color: rgb(202,170,250); }
td.TdClassName
{
border-color: #CAAAFA;
}
.TagClassName
{
border-color: #CAAAFA;
}
</style>