Shades of Mauve #CA9AFF
Tints of Mauve #CA9AFF
RGB
CMYK
RGB Variations
Color information
#CA9AFF (or 0xCA9AFF) is known color: Mauve. HEX triplet: CA, 9A and FF. RGB value is (202,154,255). Sum of RGB (Red+Green+Blue) = 202+154+255=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9AFF is #356500. Grayscale: #B3B3B3. Windows color (decimal): -3499265 or 16751306. OLE color: 16751306.
HSL color Cylindrical-coordinate representation of color #CA9AFF: hue angle of 268.51º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA9AFF is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 154 | 255 | - |
| CMYK | 0.21 | 0.40 | 0 | 0 |
| HSL | 268.51º | 1% | 0.8% | - |
| HSV(B) | 268.51º | 0.4% | 1% | - |
| XYZ | 53.96 | 42.89 | 100.04 | - |
| YUV | 179.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 255 | 0.21 | 0.40 | 0 | 0 | 268.51 | 1 | 0.8 |
| Hex | CA | 9A | FF | 15 | 28 | 0 | 0 | 10D | 64 | 50 |
| Octal | 312 | 232 | 377 | 25 | 50 | 0 | 0 | 415 | 144 | 120 |
| Binary | 11001010 | 10011010 | 11111111 | 10101 | 101000 | 0 | 0 | 100001101 | 1100100 | 1010000 |
Color Harmonies of #CA9AFF
Complementary color
Monochromatic Colors of #CA9AFF
Black with #CA9AFF
Text Example
Text Example
White with #CA9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9AFF; }
p { color: rgb(202,154,255); }
H1.HeaderClassName
{
color: #CA9AFF;
}
.AnyTagClassName
{
color: #CA9AFF;
}
</style>
background-color css
<style>
a { background-color: #CA9AFF; }
a { background-color: rgb(202,154,255); }
div.DivClassName
{
background-color: #CA9AFF;
}
.BgClassName
{
background-color: #CA9AFF;
}
</style>
border-color css
<style>
span { border-color: #CA9AFF; }
span { border-color: rgb(202,154,255); }
td.TdClassName
{
border-color: #CA9AFF;
}
.TagClassName
{
border-color: #CA9AFF;
}
</style>