Shades of Mauve #CA9FFA
Tints of Mauve #CA9FFA
RGB
CMYK
RGB Variations
Color information
#CA9FFA (or 0xCA9FFA) is known color: Mauve. HEX triplet: CA, 9F and FA. RGB value is (202,159,250). Sum of RGB (Red+Green+Blue) = 202+159+250=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA9FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9FFA is #356005. Grayscale: #B5B5B5. Windows color (decimal): -3497990 or 16424906. OLE color: 16424906.
HSL color Cylindrical-coordinate representation of color #CA9FFA: hue angle of 268.35º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA9FFA is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 159 | 250 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.02 |
| HSL | 268.35º | 0.9% | 0.8% | - |
| HSV(B) | 268.35º | 0.36% | 0.98% | - |
| XYZ | 54.01 | 44.25 | 96.14 | - |
| YUV | 182.23 | 166.25 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 250 | 0.19 | 0.36 | 0 | 0.02 | 268.35 | 0.9 | 0.8 |
| Hex | CA | 9F | FA | 13 | 24 | 0 | 2 | 10C | 5A | 50 |
| Octal | 312 | 237 | 372 | 23 | 44 | 0 | 2 | 414 | 132 | 120 |
| Binary | 11001010 | 10011111 | 11111010 | 10011 | 100100 | 0 | 10 | 100001100 | 1011010 | 1010000 |
Color Harmonies of #CA9FFA
Complementary color
Monochromatic Colors of #CA9FFA
Black with #CA9FFA
Text Example
Text Example
White with #CA9FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9FFA; }
p { color: rgb(202,159,250); }
H1.HeaderClassName
{
color: #CA9FFA;
}
.AnyTagClassName
{
color: #CA9FFA;
}
</style>
background-color css
<style>
a { background-color: #CA9FFA; }
a { background-color: rgb(202,159,250); }
div.DivClassName
{
background-color: #CA9FFA;
}
.BgClassName
{
background-color: #CA9FFA;
}
</style>
border-color css
<style>
span { border-color: #CA9FFA; }
span { border-color: rgb(202,159,250); }
td.TdClassName
{
border-color: #CA9FFA;
}
.TagClassName
{
border-color: #CA9FFA;
}
</style>