Shades of Mauve #CA9EFA
Tints of Mauve #CA9EFA
RGB
CMYK
RGB Variations
Color information
#CA9EFA (or 0xCA9EFA) is known color: Mauve. HEX triplet: CA, 9E and FA. RGB value is (202,158,250). Sum of RGB (Red+Green+Blue) = 202+158+250=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA9EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9EFA is #356105. Grayscale: #B5B5B5. Windows color (decimal): -3498246 or 16424650. OLE color: 16424650.
HSL color Cylindrical-coordinate representation of color #CA9EFA: hue angle of 268.7º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9EFA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 158 | 250 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.02 |
| HSL | 268.7º | 0.9% | 0.8% | - |
| HSV(B) | 268.7º | 0.37% | 0.98% | - |
| XYZ | 53.84 | 43.91 | 96.08 | - |
| YUV | 181.64 | 166.58 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 250 | 0.19 | 0.37 | 0 | 0.02 | 268.7 | 0.9 | 0.8 |
| Hex | CA | 9E | FA | 13 | 25 | 0 | 2 | 10D | 5A | 50 |
| Octal | 312 | 236 | 372 | 23 | 45 | 0 | 2 | 415 | 132 | 120 |
| Binary | 11001010 | 10011110 | 11111010 | 10011 | 100101 | 0 | 10 | 100001101 | 1011010 | 1010000 |
Color Harmonies of #CA9EFA
Complementary color
Monochromatic Colors of #CA9EFA
Black with #CA9EFA
Text Example
Text Example
White with #CA9EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EFA; }
p { color: rgb(202,158,250); }
H1.HeaderClassName
{
color: #CA9EFA;
}
.AnyTagClassName
{
color: #CA9EFA;
}
</style>
background-color css
<style>
a { background-color: #CA9EFA; }
a { background-color: rgb(202,158,250); }
div.DivClassName
{
background-color: #CA9EFA;
}
.BgClassName
{
background-color: #CA9EFA;
}
</style>
border-color css
<style>
span { border-color: #CA9EFA; }
span { border-color: rgb(202,158,250); }
td.TdClassName
{
border-color: #CA9EFA;
}
.TagClassName
{
border-color: #CA9EFA;
}
</style>