Shades of Perfume #C6ABF0
Tints of Perfume #C6ABF0
RGB
CMYK
RGB Variations
Color information
#C6ABF0 (or 0xC6ABF0) is known color: Perfume. HEX triplet: C6, AB and F0. RGB value is (198,171,240). Sum of RGB (Red+Green+Blue) = 198+171+240=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #C6ABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABF0 is #39540F. Grayscale: #BABABA. Windows color (decimal): -3757072 or 15772614. OLE color: 15772614.
HSL color Cylindrical-coordinate representation of color #C6ABF0: hue angle of 263.48º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6ABF0 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 171 | 240 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.06 |
| HSL | 263.48º | 0.7% | 0.81% | - |
| HSV(B) | 263.48º | 0.29% | 0.94% | - |
| XYZ | 53.58 | 47.42 | 88.77 | - |
| YUV | 186.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 240 | 0.18 | 0.29 | 0 | 0.06 | 263.48 | 0.7 | 0.81 |
| Hex | C6 | AB | F0 | 12 | 1D | 0 | 6 | 107 | 46 | 51 |
| Octal | 306 | 253 | 360 | 22 | 35 | 0 | 6 | 407 | 106 | 121 |
| Binary | 11000110 | 10101011 | 11110000 | 10010 | 11101 | 0 | 110 | 100000111 | 1000110 | 1010001 |
Color Harmonies of #C6ABF0
Complementary color
Monochromatic Colors of #C6ABF0
Black with #C6ABF0
Text Example
Text Example
White with #C6ABF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ABF0; }
p { color: rgb(198,171,240); }
H1.HeaderClassName
{
color: #C6ABF0;
}
.AnyTagClassName
{
color: #C6ABF0;
}
</style>
background-color css
<style>
a { background-color: #C6ABF0; }
a { background-color: rgb(198,171,240); }
div.DivClassName
{
background-color: #C6ABF0;
}
.BgClassName
{
background-color: #C6ABF0;
}
</style>
border-color css
<style>
span { border-color: #C6ABF0; }
span { border-color: rgb(198,171,240); }
td.TdClassName
{
border-color: #C6ABF0;
}
.TagClassName
{
border-color: #C6ABF0;
}
</style>