Shades of Deep Lilac #A451CB
Tints of Deep Lilac #A451CB
RGB
CMYK
RGB Variations
Color information
#A451CB (or 0xA451CB) is known color: Deep Lilac. HEX triplet: A4, 51 and CB. RGB value is (164,81,203). Sum of RGB (Red+Green+Blue) = 164+81+203=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #A451CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451CB is #5BAE34. Grayscale: #777777. Windows color (decimal): -6008373 or 13324708. OLE color: 13324708.
HSL color Cylindrical-coordinate representation of color #A451CB: hue angle of 280.82º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A451CB is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 81 | 203 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.20 |
| HSL | 280.82º | 0.54% | 0.56% | - |
| HSV(B) | 280.82º | 0.6% | 0.8% | - |
| XYZ | 29.03 | 18.09 | 58.46 | - |
| YUV | 119.73 | 175 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 203 | 0.19 | 0.60 | 0 | 0.20 | 280.82 | 0.54 | 0.56 |
| Hex | A4 | 51 | CB | 13 | 3C | 0 | 14 | 119 | 36 | 38 |
| Octal | 244 | 121 | 313 | 23 | 74 | 0 | 24 | 431 | 66 | 70 |
| Binary | 10100100 | 1010001 | 11001011 | 10011 | 111100 | 0 | 10100 | 100011001 | 110110 | 111000 |
Color Harmonies of #A451CB
Complementary color
Monochromatic Colors of #A451CB
Black with #A451CB
Text Example
Text Example
White with #A451CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A451CB; }
p { color: rgb(164,81,203); }
H1.HeaderClassName
{
color: #A451CB;
}
.AnyTagClassName
{
color: #A451CB;
}
</style>
background-color css
<style>
a { background-color: #A451CB; }
a { background-color: rgb(164,81,203); }
div.DivClassName
{
background-color: #A451CB;
}
.BgClassName
{
background-color: #A451CB;
}
</style>
border-color css
<style>
span { border-color: #A451CB; }
span { border-color: rgb(164,81,203); }
td.TdClassName
{
border-color: #A451CB;
}
.TagClassName
{
border-color: #A451CB;
}
</style>