Shades of Deep Lilac #A462B3
Tints of Deep Lilac #A462B3
RGB
CMYK
RGB Variations
Color information
#A462B3 (or 0xA462B3) is known color: Deep Lilac. HEX triplet: A4, 62 and B3. RGB value is (164,98,179). Sum of RGB (Red+Green+Blue) = 164+98+179=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 179 - color contains mainly: blue. Hex color #A462B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462B3 is #5B9D4C. Grayscale: #7E7E7E. Windows color (decimal): -6004045 or 11756196. OLE color: 11756196.
HSL color Cylindrical-coordinate representation of color #A462B3: hue angle of 288.89º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A462B3 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 98 | 179 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.30 |
| HSL | 288.89º | 0.35% | 0.54% | - |
| HSV(B) | 288.89º | 0.45% | 0.7% | - |
| XYZ | 27.81 | 19.88 | 45.02 | - |
| YUV | 126.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 179 | 0.08 | 0.45 | 0 | 0.30 | 288.89 | 0.35 | 0.54 |
| Hex | A4 | 62 | B3 | 8 | 2D | 0 | 1E | 121 | 23 | 36 |
| Octal | 244 | 142 | 263 | 10 | 55 | 0 | 36 | 441 | 43 | 66 |
| Binary | 10100100 | 1100010 | 10110011 | 1000 | 101101 | 0 | 11110 | 100100001 | 100011 | 110110 |
Color Harmonies of #A462B3
Complementary color
Monochromatic Colors of #A462B3
Black with #A462B3
Text Example
Text Example
White with #A462B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A462B3; }
p { color: rgb(164,98,179); }
H1.HeaderClassName
{
color: #A462B3;
}
.AnyTagClassName
{
color: #A462B3;
}
</style>
background-color css
<style>
a { background-color: #A462B3; }
a { background-color: rgb(164,98,179); }
div.DivClassName
{
background-color: #A462B3;
}
.BgClassName
{
background-color: #A462B3;
}
</style>
border-color css
<style>
span { border-color: #A462B3; }
span { border-color: rgb(164,98,179); }
td.TdClassName
{
border-color: #A462B3;
}
.TagClassName
{
border-color: #A462B3;
}
</style>