Shades of Deep Lilac #A23FB3
Tints of Deep Lilac #A23FB3
RGB
CMYK
RGB Variations
Color information
#A23FB3 (or 0xA23FB3) is known color: Deep Lilac. HEX triplet: A2, 3F and B3. RGB value is (162,63,179). Sum of RGB (Red+Green+Blue) = 162+63+179=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 179 - color contains mainly: blue. Hex color #A23FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23FB3 is #5DC04C. Grayscale: #696969. Windows color (decimal): -6144077 or 11747234. OLE color: 11747234.
HSL color Cylindrical-coordinate representation of color #A23FB3: hue angle of 291.21º 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 #A23FB3 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 63 | 179 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.30 |
| HSL | 291.21º | 0.48% | 0.47% | - |
| HSV(B) | 291.21º | 0.65% | 0.7% | - |
| XYZ | 24.81 | 14.49 | 44.14 | - |
| YUV | 105.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 179 | 0.09 | 0.65 | 0 | 0.30 | 291.21 | 0.48 | 0.47 |
| Hex | A2 | 3F | B3 | 9 | 41 | 0 | 1E | 123 | 30 | 2F |
| Octal | 242 | 77 | 263 | 11 | 101 | 0 | 36 | 443 | 60 | 57 |
| Binary | 10100010 | 111111 | 10110011 | 1001 | 1000001 | 0 | 11110 | 100100011 | 110000 | 101111 |
Color Harmonies of #A23FB3
Complementary color
Monochromatic Colors of #A23FB3
Black with #A23FB3
Text Example
Text Example
White with #A23FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FB3; }
p { color: rgb(162,63,179); }
H1.HeaderClassName
{
color: #A23FB3;
}
.AnyTagClassName
{
color: #A23FB3;
}
</style>
background-color css
<style>
a { background-color: #A23FB3; }
a { background-color: rgb(162,63,179); }
div.DivClassName
{
background-color: #A23FB3;
}
.BgClassName
{
background-color: #A23FB3;
}
</style>
border-color css
<style>
span { border-color: #A23FB3; }
span { border-color: rgb(162,63,179); }
td.TdClassName
{
border-color: #A23FB3;
}
.TagClassName
{
border-color: #A23FB3;
}
</style>