Shades of Deep Lilac #A455B3
Tints of Deep Lilac #A455B3
RGB
CMYK
RGB Variations
Color information
#A455B3 (or 0xA455B3) is known color: Deep Lilac. HEX triplet: A4, 55 and B3. RGB value is (164,85,179). Sum of RGB (Red+Green+Blue) = 164+85+179=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 179 - color contains mainly: blue. Hex color #A455B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455B3 is #5BAA4C. Grayscale: #777777. Windows color (decimal): -6007373 or 11752868. OLE color: 11752868.
HSL color Cylindrical-coordinate representation of color #A455B3: hue angle of 290.43º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A455B3 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 85 | 179 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.30 |
| HSL | 290.43º | 0.38% | 0.52% | - |
| HSV(B) | 290.43º | 0.53% | 0.7% | - |
| XYZ | 26.7 | 17.64 | 44.65 | - |
| YUV | 119.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 179 | 0.08 | 0.53 | 0 | 0.30 | 290.43 | 0.38 | 0.52 |
| Hex | A4 | 55 | B3 | 8 | 35 | 0 | 1E | 122 | 26 | 34 |
| Octal | 244 | 125 | 263 | 10 | 65 | 0 | 36 | 442 | 46 | 64 |
| Binary | 10100100 | 1010101 | 10110011 | 1000 | 110101 | 0 | 11110 | 100100010 | 100110 | 110100 |
Color Harmonies of #A455B3
Complementary color
Monochromatic Colors of #A455B3
Black with #A455B3
Text Example
Text Example
White with #A455B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A455B3; }
p { color: rgb(164,85,179); }
H1.HeaderClassName
{
color: #A455B3;
}
.AnyTagClassName
{
color: #A455B3;
}
</style>
background-color css
<style>
a { background-color: #A455B3; }
a { background-color: rgb(164,85,179); }
div.DivClassName
{
background-color: #A455B3;
}
.BgClassName
{
background-color: #A455B3;
}
</style>
border-color css
<style>
span { border-color: #A455B3; }
span { border-color: rgb(164,85,179); }
td.TdClassName
{
border-color: #A455B3;
}
.TagClassName
{
border-color: #A455B3;
}
</style>