Shades of Deep Lilac #A74CCA
Tints of Deep Lilac #A74CCA
RGB
CMYK
RGB Variations
Color information
#A74CCA (or 0xA74CCA) is known color: Deep Lilac. HEX triplet: A7, 4C and CA. RGB value is (167,76,202). Sum of RGB (Red+Green+Blue) = 167+76+202=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #A74CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CCA is #58B335. Grayscale: #757575. Windows color (decimal): -5813046 or 13257895. OLE color: 13257895.
HSL color Cylindrical-coordinate representation of color #A74CCA: hue angle of 283.33º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A74CCA is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 76 | 202 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.21 |
| HSL | 283.33º | 0.54% | 0.55% | - |
| HSV(B) | 283.33º | 0.62% | 0.79% | - |
| XYZ | 29.18 | 17.65 | 57.75 | - |
| YUV | 117.57 | 175.65 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 202 | 0.17 | 0.62 | 0 | 0.21 | 283.33 | 0.54 | 0.55 |
| Hex | A7 | 4C | CA | 11 | 3E | 0 | 15 | 11B | 36 | 37 |
| Octal | 247 | 114 | 312 | 21 | 76 | 0 | 25 | 433 | 66 | 67 |
| Binary | 10100111 | 1001100 | 11001010 | 10001 | 111110 | 0 | 10101 | 100011011 | 110110 | 110111 |
Color Harmonies of #A74CCA
Complementary color
Monochromatic Colors of #A74CCA
Black with #A74CCA
Text Example
Text Example
White with #A74CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74CCA; }
p { color: rgb(167,76,202); }
H1.HeaderClassName
{
color: #A74CCA;
}
.AnyTagClassName
{
color: #A74CCA;
}
</style>
background-color css
<style>
a { background-color: #A74CCA; }
a { background-color: rgb(167,76,202); }
div.DivClassName
{
background-color: #A74CCA;
}
.BgClassName
{
background-color: #A74CCA;
}
</style>
border-color css
<style>
span { border-color: #A74CCA; }
span { border-color: rgb(167,76,202); }
td.TdClassName
{
border-color: #A74CCA;
}
.TagClassName
{
border-color: #A74CCA;
}
</style>