Shades of Mauve #CAA8FA
Tints of Mauve #CAA8FA
RGB
CMYK
RGB Variations
Color information
#CAA8FA (or 0xCAA8FA) is known color: Mauve. HEX triplet: CA, A8 and FA. RGB value is (202,168,250). Sum of RGB (Red+Green+Blue) = 202+168+250=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAA8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA8FA is #355705. Grayscale: #BBBBBB. Windows color (decimal): -3495686 or 16427210. OLE color: 16427210.
HSL color Cylindrical-coordinate representation of color #CAA8FA: hue angle of 264.88º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAA8FA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 168 | 250 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.02 |
| HSL | 264.88º | 0.89% | 0.82% | - |
| HSV(B) | 264.88º | 0.33% | 0.98% | - |
| XYZ | 55.62 | 47.46 | 96.67 | - |
| YUV | 187.51 | 163.26 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 250 | 0.19 | 0.33 | 0 | 0.02 | 264.88 | 0.89 | 0.82 |
| Hex | CA | A8 | FA | 13 | 21 | 0 | 2 | 109 | 59 | 52 |
| Octal | 312 | 250 | 372 | 23 | 41 | 0 | 2 | 411 | 131 | 122 |
| Binary | 11001010 | 10101000 | 11111010 | 10011 | 100001 | 0 | 10 | 100001001 | 1011001 | 1010010 |
Color Harmonies of #CAA8FA
Complementary color
Monochromatic Colors of #CAA8FA
Black with #CAA8FA
Text Example
Text Example
White with #CAA8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8FA; }
p { color: rgb(202,168,250); }
H1.HeaderClassName
{
color: #CAA8FA;
}
.AnyTagClassName
{
color: #CAA8FA;
}
</style>
background-color css
<style>
a { background-color: #CAA8FA; }
a { background-color: rgb(202,168,250); }
div.DivClassName
{
background-color: #CAA8FA;
}
.BgClassName
{
background-color: #CAA8FA;
}
</style>
border-color css
<style>
span { border-color: #CAA8FA; }
span { border-color: rgb(202,168,250); }
td.TdClassName
{
border-color: #CAA8FA;
}
.TagClassName
{
border-color: #CAA8FA;
}
</style>