Shades of Perfume #C6AAF5
Tints of Perfume #C6AAF5
RGB
CMYK
RGB Variations
Color information
#C6AAF5 (or 0xC6AAF5) is known color: Perfume. HEX triplet: C6, AA and F5. RGB value is (198,170,245). Sum of RGB (Red+Green+Blue) = 198+170+245=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 245 (96.09% from 255 or 39.97% from 613); Max value from RGB is 245 - color contains mainly: blue. Hex color #C6AAF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AAF5 is #39550A. Grayscale: #BABABA. Windows color (decimal): -3757323 or 16100038. OLE color: 16100038.
HSL color Cylindrical-coordinate representation of color #C6AAF5: hue angle of 262.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6AAF5 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 170 | 245 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.04 |
| HSL | 262.4º | 0.79% | 0.81% | - |
| HSV(B) | 262.4º | 0.31% | 0.96% | - |
| XYZ | 54.14 | 47.35 | 92.67 | - |
| YUV | 186.92 | 160.78 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 245 | 0.19 | 0.31 | 0 | 0.04 | 262.4 | 0.79 | 0.81 |
| Hex | C6 | AA | F5 | 13 | 1F | 0 | 4 | 106 | 4F | 51 |
| Octal | 306 | 252 | 365 | 23 | 37 | 0 | 4 | 406 | 117 | 121 |
| Binary | 11000110 | 10101010 | 11110101 | 10011 | 11111 | 0 | 100 | 100000110 | 1001111 | 1010001 |
Color Harmonies of #C6AAF5
Complementary color
Monochromatic Colors of #C6AAF5
Black with #C6AAF5
Text Example
Text Example
White with #C6AAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAF5; }
p { color: rgb(198,170,245); }
H1.HeaderClassName
{
color: #C6AAF5;
}
.AnyTagClassName
{
color: #C6AAF5;
}
</style>
background-color css
<style>
a { background-color: #C6AAF5; }
a { background-color: rgb(198,170,245); }
div.DivClassName
{
background-color: #C6AAF5;
}
.BgClassName
{
background-color: #C6AAF5;
}
</style>
border-color css
<style>
span { border-color: #C6AAF5; }
span { border-color: rgb(198,170,245); }
td.TdClassName
{
border-color: #C6AAF5;
}
.TagClassName
{
border-color: #C6AAF5;
}
</style>