Shades of Deep Lilac #A93FB3
Tints of Deep Lilac #A93FB3
RGB
CMYK
RGB Variations
Color information
#A93FB3 (or 0xA93FB3) is known color: Deep Lilac. HEX triplet: A9, 3F and B3. RGB value is (169,63,179). Sum of RGB (Red+Green+Blue) = 169+63+179=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 179 - color contains mainly: blue. Hex color #A93FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93FB3 is #56C04C. Grayscale: #6B6B6B. Windows color (decimal): -5685325 or 11747241. OLE color: 11747241.
HSL color Cylindrical-coordinate representation of color #A93FB3: hue angle of 294.83º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A93FB3 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 63 | 179 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.30 |
| HSL | 294.83º | 0.48% | 0.47% | - |
| HSV(B) | 294.83º | 0.65% | 0.7% | - |
| XYZ | 26.28 | 15.24 | 44.21 | - |
| YUV | 107.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 179 | 0.06 | 0.65 | 0 | 0.30 | 294.83 | 0.48 | 0.47 |
| Hex | A9 | 3F | B3 | 6 | 41 | 0 | 1E | 127 | 30 | 2F |
| Octal | 251 | 77 | 263 | 6 | 101 | 0 | 36 | 447 | 60 | 57 |
| Binary | 10101001 | 111111 | 10110011 | 110 | 1000001 | 0 | 11110 | 100100111 | 110000 | 101111 |
Color Harmonies of #A93FB3
Complementary color
Monochromatic Colors of #A93FB3
Black with #A93FB3
Text Example
Text Example
White with #A93FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93FB3; }
p { color: rgb(169,63,179); }
H1.HeaderClassName
{
color: #A93FB3;
}
.AnyTagClassName
{
color: #A93FB3;
}
</style>
background-color css
<style>
a { background-color: #A93FB3; }
a { background-color: rgb(169,63,179); }
div.DivClassName
{
background-color: #A93FB3;
}
.BgClassName
{
background-color: #A93FB3;
}
</style>
border-color css
<style>
span { border-color: #A93FB3; }
span { border-color: rgb(169,63,179); }
td.TdClassName
{
border-color: #A93FB3;
}
.TagClassName
{
border-color: #A93FB3;
}
</style>