Shades of Perfume #C9AAF1
Tints of Perfume #C9AAF1
RGB
CMYK
RGB Variations
Color information
#C9AAF1 (or 0xC9AAF1) is known color: Perfume. HEX triplet: C9, AA and F1. RGB value is (201,170,241). Sum of RGB (Red+Green+Blue) = 201+170+241=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #C9AAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AAF1 is #36550E. Grayscale: #BBBBBB. Windows color (decimal): -3560719 or 15837897. OLE color: 15837897.
HSL color Cylindrical-coordinate representation of color #C9AAF1: hue angle of 266.2º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9AAF1 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 170 | 241 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.05 |
| HSL | 266.2º | 0.72% | 0.81% | - |
| HSV(B) | 266.2º | 0.29% | 0.95% | - |
| XYZ | 54.34 | 47.52 | 89.53 | - |
| YUV | 187.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 241 | 0.17 | 0.29 | 0 | 0.05 | 266.2 | 0.72 | 0.81 |
| Hex | C9 | AA | F1 | 11 | 1D | 0 | 5 | 10A | 48 | 51 |
| Octal | 311 | 252 | 361 | 21 | 35 | 0 | 5 | 412 | 110 | 121 |
| Binary | 11001001 | 10101010 | 11110001 | 10001 | 11101 | 0 | 101 | 100001010 | 1001000 | 1010001 |
Color Harmonies of #C9AAF1
Complementary color
Monochromatic Colors of #C9AAF1
Black with #C9AAF1
Text Example
Text Example
White with #C9AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AAF1; }
p { color: rgb(201,170,241); }
H1.HeaderClassName
{
color: #C9AAF1;
}
.AnyTagClassName
{
color: #C9AAF1;
}
</style>
background-color css
<style>
a { background-color: #C9AAF1; }
a { background-color: rgb(201,170,241); }
div.DivClassName
{
background-color: #C9AAF1;
}
.BgClassName
{
background-color: #C9AAF1;
}
</style>
border-color css
<style>
span { border-color: #C9AAF1; }
span { border-color: rgb(201,170,241); }
td.TdClassName
{
border-color: #C9AAF1;
}
.TagClassName
{
border-color: #C9AAF1;
}
</style>