Shades of Mauve #CCA3FA
Tints of Mauve #CCA3FA
RGB
CMYK
RGB Variations
Color information
#CCA3FA (or 0xCCA3FA) is known color: Mauve. HEX triplet: CC, A3 and FA. RGB value is (204,163,250). Sum of RGB (Red+Green+Blue) = 204+163+250=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA3FA is #335C05. Grayscale: #B8B8B8. Windows color (decimal): -3365894 or 16425932. OLE color: 16425932.
HSL color Cylindrical-coordinate representation of color #CCA3FA: hue angle of 268.28º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCA3FA is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 163 | 250 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.02 |
| HSL | 268.28º | 0.9% | 0.81% | - |
| HSV(B) | 268.28º | 0.35% | 0.98% | - |
| XYZ | 55.25 | 45.93 | 96.4 | - |
| YUV | 185.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 250 | 0.18 | 0.35 | 0 | 0.02 | 268.28 | 0.9 | 0.81 |
| Hex | CC | A3 | FA | 12 | 23 | 0 | 2 | 10C | 5A | 51 |
| Octal | 314 | 243 | 372 | 22 | 43 | 0 | 2 | 414 | 132 | 121 |
| Binary | 11001100 | 10100011 | 11111010 | 10010 | 100011 | 0 | 10 | 100001100 | 1011010 | 1010001 |
Color Harmonies of #CCA3FA
Complementary color
Monochromatic Colors of #CCA3FA
Black with #CCA3FA
Text Example
Text Example
White with #CCA3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA3FA; }
p { color: rgb(204,163,250); }
H1.HeaderClassName
{
color: #CCA3FA;
}
.AnyTagClassName
{
color: #CCA3FA;
}
</style>
background-color css
<style>
a { background-color: #CCA3FA; }
a { background-color: rgb(204,163,250); }
div.DivClassName
{
background-color: #CCA3FA;
}
.BgClassName
{
background-color: #CCA3FA;
}
</style>
border-color css
<style>
span { border-color: #CCA3FA; }
span { border-color: rgb(204,163,250); }
td.TdClassName
{
border-color: #CCA3FA;
}
.TagClassName
{
border-color: #CCA3FA;
}
</style>