Shades of Mauve #CCA0FA
Tints of Mauve #CCA0FA
RGB
CMYK
RGB Variations
Color information
#CCA0FA (or 0xCCA0FA) is known color: Mauve. HEX triplet: CC, A0 and FA. RGB value is (204,160,250). Sum of RGB (Red+Green+Blue) = 204+160+250=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA0FA is #335F05. Grayscale: #B7B7B7. Windows color (decimal): -3366662 or 16425164. OLE color: 16425164.
HSL color Cylindrical-coordinate representation of color #CCA0FA: hue angle of 269.33º 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 #CCA0FA is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 160 | 250 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.02 |
| HSL | 269.33º | 0.9% | 0.8% | - |
| HSV(B) | 269.33º | 0.36% | 0.98% | - |
| XYZ | 54.73 | 44.88 | 96.22 | - |
| YUV | 183.42 | 165.58 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 250 | 0.18 | 0.36 | 0 | 0.02 | 269.33 | 0.9 | 0.8 |
| Hex | CC | A0 | FA | 12 | 24 | 0 | 2 | 10D | 5A | 50 |
| Octal | 314 | 240 | 372 | 22 | 44 | 0 | 2 | 415 | 132 | 120 |
| Binary | 11001100 | 10100000 | 11111010 | 10010 | 100100 | 0 | 10 | 100001101 | 1011010 | 1010000 |
Color Harmonies of #CCA0FA
Complementary color
Monochromatic Colors of #CCA0FA
Black with #CCA0FA
Text Example
Text Example
White with #CCA0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA0FA; }
p { color: rgb(204,160,250); }
H1.HeaderClassName
{
color: #CCA0FA;
}
.AnyTagClassName
{
color: #CCA0FA;
}
</style>
background-color css
<style>
a { background-color: #CCA0FA; }
a { background-color: rgb(204,160,250); }
div.DivClassName
{
background-color: #CCA0FA;
}
.BgClassName
{
background-color: #CCA0FA;
}
</style>
border-color css
<style>
span { border-color: #CCA0FA; }
span { border-color: rgb(204,160,250); }
td.TdClassName
{
border-color: #CCA0FA;
}
.TagClassName
{
border-color: #CCA0FA;
}
</style>