Shades of Mauve #CA9DFA
Tints of Mauve #CA9DFA
RGB
CMYK
RGB Variations
Color information
#CA9DFA (or 0xCA9DFA) is known color: Mauve. HEX triplet: CA, 9D and FA. RGB value is (202,157,250). Sum of RGB (Red+Green+Blue) = 202+157+250=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9DFA is #356205. Grayscale: #B4B4B4. Windows color (decimal): -3498502 or 16424394. OLE color: 16424394.
HSL color Cylindrical-coordinate representation of color #CA9DFA: hue angle of 269.03º 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 #CA9DFA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 157 | 250 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.02 |
| HSL | 269.03º | 0.9% | 0.8% | - |
| HSV(B) | 269.03º | 0.37% | 0.98% | - |
| XYZ | 53.67 | 43.57 | 96.02 | - |
| YUV | 181.06 | 166.91 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 250 | 0.19 | 0.37 | 0 | 0.02 | 269.03 | 0.9 | 0.8 |
| Hex | CA | 9D | FA | 13 | 25 | 0 | 2 | 10D | 5A | 50 |
| Octal | 312 | 235 | 372 | 23 | 45 | 0 | 2 | 415 | 132 | 120 |
| Binary | 11001010 | 10011101 | 11111010 | 10011 | 100101 | 0 | 10 | 100001101 | 1011010 | 1010000 |
Color Harmonies of #CA9DFA
Complementary color
Monochromatic Colors of #CA9DFA
Black with #CA9DFA
Text Example
Text Example
White with #CA9DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9DFA; }
p { color: rgb(202,157,250); }
H1.HeaderClassName
{
color: #CA9DFA;
}
.AnyTagClassName
{
color: #CA9DFA;
}
</style>
background-color css
<style>
a { background-color: #CA9DFA; }
a { background-color: rgb(202,157,250); }
div.DivClassName
{
background-color: #CA9DFA;
}
.BgClassName
{
background-color: #CA9DFA;
}
</style>
border-color css
<style>
span { border-color: #CA9DFA; }
span { border-color: rgb(202,157,250); }
td.TdClassName
{
border-color: #CA9DFA;
}
.TagClassName
{
border-color: #CA9DFA;
}
</style>