Shades of Perfume #C6AAF1
Tints of Perfume #C6AAF1
RGB
CMYK
RGB Variations
Color information
#C6AAF1 (or 0xC6AAF1) is known color: Perfume. HEX triplet: C6, AA and F1. RGB value is (198,170,241). Sum of RGB (Red+Green+Blue) = 198+170+241=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #C6AAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AAF1 is #39550E. Grayscale: #BABABA. Windows color (decimal): -3757327 or 15837894. OLE color: 15837894.
HSL color Cylindrical-coordinate representation of color #C6AAF1: hue angle of 263.66º 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 #C6AAF1 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 170 | 241 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.05 |
| HSL | 263.66º | 0.72% | 0.81% | - |
| HSV(B) | 263.66º | 0.29% | 0.95% | - |
| XYZ | 53.54 | 47.11 | 89.49 | - |
| YUV | 186.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 241 | 0.18 | 0.29 | 0 | 0.05 | 263.66 | 0.72 | 0.81 |
| Hex | C6 | AA | F1 | 12 | 1D | 0 | 5 | 108 | 48 | 51 |
| Octal | 306 | 252 | 361 | 22 | 35 | 0 | 5 | 410 | 110 | 121 |
| Binary | 11000110 | 10101010 | 11110001 | 10010 | 11101 | 0 | 101 | 100001000 | 1001000 | 1010001 |
Color Harmonies of #C6AAF1
Complementary color
Monochromatic Colors of #C6AAF1
Black with #C6AAF1
Text Example
Text Example
White with #C6AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAF1; }
p { color: rgb(198,170,241); }
H1.HeaderClassName
{
color: #C6AAF1;
}
.AnyTagClassName
{
color: #C6AAF1;
}
</style>
background-color css
<style>
a { background-color: #C6AAF1; }
a { background-color: rgb(198,170,241); }
div.DivClassName
{
background-color: #C6AAF1;
}
.BgClassName
{
background-color: #C6AAF1;
}
</style>
border-color css
<style>
span { border-color: #C6AAF1; }
span { border-color: rgb(198,170,241); }
td.TdClassName
{
border-color: #C6AAF1;
}
.TagClassName
{
border-color: #C6AAF1;
}
</style>