Shades of Deep Lilac #A658CA
Tints of Deep Lilac #A658CA
RGB
CMYK
RGB Variations
Color information
#A658CA (or 0xA658CA) is known color: Deep Lilac. HEX triplet: A6, 58 and CA. RGB value is (166,88,202). Sum of RGB (Red+Green+Blue) = 166+88+202=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #A658CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658CA is #59A735. Grayscale: #7B7B7B. Windows color (decimal): -5875510 or 13260966. OLE color: 13260966.
HSL color Cylindrical-coordinate representation of color #A658CA: hue angle of 281.05º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A658CA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 88 | 202 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.21 |
| HSL | 281.05º | 0.52% | 0.57% | - |
| HSV(B) | 281.05º | 0.56% | 0.79% | - |
| XYZ | 29.88 | 19.35 | 58.04 | - |
| YUV | 124.32 | 171.84 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 202 | 0.18 | 0.56 | 0 | 0.21 | 281.05 | 0.52 | 0.57 |
| Hex | A6 | 58 | CA | 12 | 38 | 0 | 15 | 119 | 34 | 39 |
| Octal | 246 | 130 | 312 | 22 | 70 | 0 | 25 | 431 | 64 | 71 |
| Binary | 10100110 | 1011000 | 11001010 | 10010 | 111000 | 0 | 10101 | 100011001 | 110100 | 111001 |
Color Harmonies of #A658CA
Complementary color
Monochromatic Colors of #A658CA
Black with #A658CA
Text Example
Text Example
White with #A658CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A658CA; }
p { color: rgb(166,88,202); }
H1.HeaderClassName
{
color: #A658CA;
}
.AnyTagClassName
{
color: #A658CA;
}
</style>
background-color css
<style>
a { background-color: #A658CA; }
a { background-color: rgb(166,88,202); }
div.DivClassName
{
background-color: #A658CA;
}
.BgClassName
{
background-color: #A658CA;
}
</style>
border-color css
<style>
span { border-color: #A658CA; }
span { border-color: rgb(166,88,202); }
td.TdClassName
{
border-color: #A658CA;
}
.TagClassName
{
border-color: #A658CA;
}
</style>