Shades of Mauve #C9AAFD
Tints of Mauve #C9AAFD
RGB
CMYK
RGB Variations
Color information
#C9AAFD (or 0xC9AAFD) is known color: Mauve. HEX triplet: C9, AA and FD. RGB value is (201,170,253). Sum of RGB (Red+Green+Blue) = 201+170+253=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AAFD is #365502. Grayscale: #BCBCBC. Windows color (decimal): -3560707 or 16624329. OLE color: 16624329.
HSL color Cylindrical-coordinate representation of color #C9AAFD: hue angle of 262.41º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9AAFD is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 201 | 170 | 253 | - |
CMYK | 0.21 | 0.33 | 0 | 0.01 |
HSL | 262.41º | 0.95% | 0.83% | - |
HSV(B) | 262.41º | 0.33% | 0.99% | - |
XYZ | 56.19 | 48.26 | 99.28 | - |
YUV | 188.73 | 164.27 | 136.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 170 | 253 | 0.21 | 0.33 | 0 | 0.01 | 262.41 | 0.95 | 0.83 |
Hex | C9 | AA | FD | 15 | 21 | 0 | 1 | 106 | 5F | 53 |
Octal | 311 | 252 | 375 | 25 | 41 | 0 | 1 | 406 | 137 | 123 |
Binary | 11001001 | 10101010 | 11111101 | 10101 | 100001 | 0 | 1 | 100000110 | 1011111 | 1010011 |
Color Harmonies of #C9AAFD
Complementary color
Monochromatic Colors of #C9AAFD
Black with #C9AAFD
Text Example
Text Example
White with #C9AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AAFD; }
p { color: rgb(201,170,253); }
H1.HeaderClassName
{
color: #C9AAFD;
}
.AnyTagClassName
{
color: #C9AAFD;
}
</style>
background-color css
<style>
a { background-color: #C9AAFD; }
a { background-color: rgb(201,170,253); }
div.DivClassName
{
background-color: #C9AAFD;
}
.BgClassName
{
background-color: #C9AAFD;
}
</style>
border-color css
<style>
span { border-color: #C9AAFD; }
span { border-color: rgb(201,170,253); }
td.TdClassName
{
border-color: #C9AAFD;
}
.TagClassName
{
border-color: #C9AAFD;
}
</style>