Shades of Deep Lilac #A65AB2
Tints of Deep Lilac #A65AB2
RGB
CMYK
RGB Variations
Color information
#A65AB2 (or 0xA65AB2) is known color: Deep Lilac. HEX triplet: A6, 5A and B2. RGB value is (166,90,178). Sum of RGB (Red+Green+Blue) = 166+90+178=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 178 - color contains mainly: blue. Hex color #A65AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65AB2 is #59A54D. Grayscale: #7A7A7A. Windows color (decimal): -5875022 or 11688614. OLE color: 11688614.
HSL color Cylindrical-coordinate representation of color #A65AB2: hue angle of 291.82º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65AB2 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 90 | 178 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.30 |
| HSL | 291.82º | 0.36% | 0.53% | - |
| HSV(B) | 291.82º | 0.49% | 0.7% | - |
| XYZ | 27.42 | 18.63 | 44.27 | - |
| YUV | 122.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 178 | 0.07 | 0.49 | 0 | 0.30 | 291.82 | 0.36 | 0.53 |
| Hex | A6 | 5A | B2 | 7 | 31 | 0 | 1E | 124 | 24 | 35 |
| Octal | 246 | 132 | 262 | 7 | 61 | 0 | 36 | 444 | 44 | 65 |
| Binary | 10100110 | 1011010 | 10110010 | 111 | 110001 | 0 | 11110 | 100100100 | 100100 | 110101 |
Color Harmonies of #A65AB2
Complementary color
Monochromatic Colors of #A65AB2
Black with #A65AB2
Text Example
Text Example
White with #A65AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65AB2; }
p { color: rgb(166,90,178); }
H1.HeaderClassName
{
color: #A65AB2;
}
.AnyTagClassName
{
color: #A65AB2;
}
</style>
background-color css
<style>
a { background-color: #A65AB2; }
a { background-color: rgb(166,90,178); }
div.DivClassName
{
background-color: #A65AB2;
}
.BgClassName
{
background-color: #A65AB2;
}
</style>
border-color css
<style>
span { border-color: #A65AB2; }
span { border-color: rgb(166,90,178); }
td.TdClassName
{
border-color: #A65AB2;
}
.TagClassName
{
border-color: #A65AB2;
}
</style>