Shades of Deep Lilac #A862BE
Tints of Deep Lilac #A862BE
RGB
CMYK
RGB Variations
Color information
#A862BE (or 0xA862BE) is known color: Deep Lilac. HEX triplet: A8, 62 and BE. RGB value is (168,98,190). Sum of RGB (Red+Green+Blue) = 168+98+190=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #A862BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862BE is #579D41. Grayscale: #818181. Windows color (decimal): -5741890 or 12477096. OLE color: 12477096.
HSL color Cylindrical-coordinate representation of color #A862BE: hue angle of 285.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A862BE is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 98 | 190 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.25 |
| HSL | 285.65º | 0.41% | 0.56% | - |
| HSV(B) | 285.65º | 0.48% | 0.75% | - |
| XYZ | 29.81 | 20.78 | 51.15 | - |
| YUV | 129.42 | 162.19 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 190 | 0.12 | 0.48 | 0 | 0.25 | 285.65 | 0.41 | 0.56 |
| Hex | A8 | 62 | BE | C | 30 | 0 | 19 | 11E | 29 | 38 |
| Octal | 250 | 142 | 276 | 14 | 60 | 0 | 31 | 436 | 51 | 70 |
| Binary | 10101000 | 1100010 | 10111110 | 1100 | 110000 | 0 | 11001 | 100011110 | 101001 | 111000 |
Color Harmonies of #A862BE
Complementary color
Monochromatic Colors of #A862BE
Black with #A862BE
Text Example
Text Example
White with #A862BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A862BE; }
p { color: rgb(168,98,190); }
H1.HeaderClassName
{
color: #A862BE;
}
.AnyTagClassName
{
color: #A862BE;
}
</style>
background-color css
<style>
a { background-color: #A862BE; }
a { background-color: rgb(168,98,190); }
div.DivClassName
{
background-color: #A862BE;
}
.BgClassName
{
background-color: #A862BE;
}
</style>
border-color css
<style>
span { border-color: #A862BE; }
span { border-color: rgb(168,98,190); }
td.TdClassName
{
border-color: #A862BE;
}
.TagClassName
{
border-color: #A862BE;
}
</style>