Shades of Deep Lilac #A34ACC
Tints of Deep Lilac #A34ACC
RGB
CMYK
RGB Variations
Color information
#A34ACC (or 0xA34ACC) is known color: Deep Lilac. HEX triplet: A3, 4A and CC. RGB value is (163,74,204). Sum of RGB (Red+Green+Blue) = 163+74+204=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #A34ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34ACC is #5CB533. Grayscale: #737373. Windows color (decimal): -6075700 or 13388451. OLE color: 13388451.
HSL color Cylindrical-coordinate representation of color #A34ACC: hue angle of 281.08º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A34ACC is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 74 | 204 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.2 |
| HSL | 281.08º | 0.56% | 0.55% | - |
| HSV(B) | 281.08º | 0.64% | 0.8% | - |
| XYZ | 28.45 | 17.04 | 58.92 | - |
| YUV | 115.43 | 177.99 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 204 | 0.20 | 0.64 | 0 | 0.2 | 281.08 | 0.56 | 0.55 |
| Hex | A3 | 4A | CC | 14 | 40 | 0 | 14 | 119 | 38 | 37 |
| Octal | 243 | 112 | 314 | 24 | 100 | 0 | 24 | 431 | 70 | 67 |
| Binary | 10100011 | 1001010 | 11001100 | 10100 | 1000000 | 0 | 10100 | 100011001 | 111000 | 110111 |
Color Harmonies of #A34ACC
Complementary color
Monochromatic Colors of #A34ACC
Black with #A34ACC
Text Example
Text Example
White with #A34ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34ACC; }
p { color: rgb(163,74,204); }
H1.HeaderClassName
{
color: #A34ACC;
}
.AnyTagClassName
{
color: #A34ACC;
}
</style>
background-color css
<style>
a { background-color: #A34ACC; }
a { background-color: rgb(163,74,204); }
div.DivClassName
{
background-color: #A34ACC;
}
.BgClassName
{
background-color: #A34ACC;
}
</style>
border-color css
<style>
span { border-color: #A34ACC; }
span { border-color: rgb(163,74,204); }
td.TdClassName
{
border-color: #A34ACC;
}
.TagClassName
{
border-color: #A34ACC;
}
</style>