Shades of Mauve #C9A2FF
Tints of Mauve #C9A2FF
RGB
CMYK
RGB Variations
Color information
#C9A2FF (or 0xC9A2FF) is known color: Mauve. HEX triplet: C9, A2 and FF. RGB value is (201,162,255). Sum of RGB (Red+Green+Blue) = 201+162+255=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A2FF is #365D00. Grayscale: #B7B7B7. Windows color (decimal): -3562753 or 16753353. OLE color: 16753353.
HSL color Cylindrical-coordinate representation of color #C9A2FF: hue angle of 265.16º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C9A2FF is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 162 | 255 | - |
| CMYK | 0.21 | 0.36 | 0 | 0 |
| HSL | 265.16º | 1% | 0.82% | - |
| HSV(B) | 265.16º | 0.36% | 1% | - |
| XYZ | 55.06 | 45.48 | 100.48 | - |
| YUV | 184.26 | 167.92 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 255 | 0.21 | 0.36 | 0 | 0 | 265.16 | 1 | 0.82 |
| Hex | C9 | A2 | FF | 15 | 24 | 0 | 0 | 109 | 64 | 52 |
| Octal | 311 | 242 | 377 | 25 | 44 | 0 | 0 | 411 | 144 | 122 |
| Binary | 11001001 | 10100010 | 11111111 | 10101 | 100100 | 0 | 0 | 100001001 | 1100100 | 1010010 |
Color Harmonies of #C9A2FF
Complementary color
Monochromatic Colors of #C9A2FF
Black with #C9A2FF
Text Example
Text Example
White with #C9A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A2FF; }
p { color: rgb(201,162,255); }
H1.HeaderClassName
{
color: #C9A2FF;
}
.AnyTagClassName
{
color: #C9A2FF;
}
</style>
background-color css
<style>
a { background-color: #C9A2FF; }
a { background-color: rgb(201,162,255); }
div.DivClassName
{
background-color: #C9A2FF;
}
.BgClassName
{
background-color: #C9A2FF;
}
</style>
border-color css
<style>
span { border-color: #C9A2FF; }
span { border-color: rgb(201,162,255); }
td.TdClassName
{
border-color: #C9A2FF;
}
.TagClassName
{
border-color: #C9A2FF;
}
</style>