Shades of Deep Lilac #A34BCA
Tints of Deep Lilac #A34BCA
RGB
CMYK
RGB Variations
Color information
#A34BCA (or 0xA34BCA) is known color: Deep Lilac. HEX triplet: A3, 4B and CA. RGB value is (163,75,202). Sum of RGB (Red+Green+Blue) = 163+75+202=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #A34BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34BCA is #5CB435. Grayscale: #737373. Windows color (decimal): -6075446 or 13257635. OLE color: 13257635.
HSL color Cylindrical-coordinate representation of color #A34BCA: hue angle of 281.57º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A34BCA is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 75 | 202 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.21 |
| HSL | 281.57º | 0.55% | 0.54% | - |
| HSV(B) | 281.57º | 0.63% | 0.79% | - |
| XYZ | 28.28 | 17.08 | 57.68 | - |
| YUV | 115.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 202 | 0.19 | 0.63 | 0 | 0.21 | 281.57 | 0.55 | 0.54 |
| Hex | A3 | 4B | CA | 13 | 3F | 0 | 15 | 11A | 37 | 36 |
| Octal | 243 | 113 | 312 | 23 | 77 | 0 | 25 | 432 | 67 | 66 |
| Binary | 10100011 | 1001011 | 11001010 | 10011 | 111111 | 0 | 10101 | 100011010 | 110111 | 110110 |
Color Harmonies of #A34BCA
Complementary color
Monochromatic Colors of #A34BCA
Black with #A34BCA
Text Example
Text Example
White with #A34BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34BCA; }
p { color: rgb(163,75,202); }
H1.HeaderClassName
{
color: #A34BCA;
}
.AnyTagClassName
{
color: #A34BCA;
}
</style>
background-color css
<style>
a { background-color: #A34BCA; }
a { background-color: rgb(163,75,202); }
div.DivClassName
{
background-color: #A34BCA;
}
.BgClassName
{
background-color: #A34BCA;
}
</style>
border-color css
<style>
span { border-color: #A34BCA; }
span { border-color: rgb(163,75,202); }
td.TdClassName
{
border-color: #A34BCA;
}
.TagClassName
{
border-color: #A34BCA;
}
</style>