Shades of Mauve #C9A3FA
Tints of Mauve #C9A3FA
RGB
CMYK
RGB Variations
Color information
#C9A3FA (or 0xC9A3FA) is known color: Mauve. HEX triplet: C9, A3 and FA. RGB value is (201,163,250). Sum of RGB (Red+Green+Blue) = 201+163+250=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 163 (64.06% from 255 or 26.55% 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 #C9A3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A3FA is #365C05. Grayscale: #B7B7B7. Windows color (decimal): -3562502 or 16425929. OLE color: 16425929.
HSL color Cylindrical-coordinate representation of color #C9A3FA: hue angle of 266.21º 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 #C9A3FA is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 163 | 250 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.02 |
| HSL | 266.21º | 0.9% | 0.81% | - |
| HSV(B) | 266.21º | 0.35% | 0.98% | - |
| XYZ | 54.44 | 45.51 | 96.36 | - |
| YUV | 184.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 250 | 0.20 | 0.35 | 0 | 0.02 | 266.21 | 0.9 | 0.81 |
| Hex | C9 | A3 | FA | 14 | 23 | 0 | 2 | 10A | 5A | 51 |
| Octal | 311 | 243 | 372 | 24 | 43 | 0 | 2 | 412 | 132 | 121 |
| Binary | 11001001 | 10100011 | 11111010 | 10100 | 100011 | 0 | 10 | 100001010 | 1011010 | 1010001 |
Color Harmonies of #C9A3FA
Complementary color
Monochromatic Colors of #C9A3FA
Black with #C9A3FA
Text Example
Text Example
White with #C9A3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A3FA; }
p { color: rgb(201,163,250); }
H1.HeaderClassName
{
color: #C9A3FA;
}
.AnyTagClassName
{
color: #C9A3FA;
}
</style>
background-color css
<style>
a { background-color: #C9A3FA; }
a { background-color: rgb(201,163,250); }
div.DivClassName
{
background-color: #C9A3FA;
}
.BgClassName
{
background-color: #C9A3FA;
}
</style>
border-color css
<style>
span { border-color: #C9A3FA; }
span { border-color: rgb(201,163,250); }
td.TdClassName
{
border-color: #C9A3FA;
}
.TagClassName
{
border-color: #C9A3FA;
}
</style>