Shades of Violet Blue #A23999
Tints of Violet Blue #A23999
RGB
CMYK
RGB Variations
Color information
#A23999 (or 0xA23999) is known color: Violet Blue. HEX triplet: A2, 39 and 99. RGB value is (162,57,153). Sum of RGB (Red+Green+Blue) = 162+57+153=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A23999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23999 is #5DC666. Grayscale: #636363. Windows color (decimal): -6145639 or 10041762. OLE color: 10041762.
HSL color Cylindrical-coordinate representation of color #A23999: hue angle of 305.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23999 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 153 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.36 |
| HSL | 305.14º | 0.48% | 0.43% | - |
| HSV(B) | 305.14º | 0.65% | 0.64% | - |
| XYZ | 22.11 | 12.91 | 31.46 | - |
| YUV | 99.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 153 | 0 | 0.65 | 0.06 | 0.36 | 305.14 | 0.48 | 0.43 |
| Hex | A2 | 39 | 99 | 0 | 41 | 6 | 24 | 131 | 30 | 2B |
| Octal | 242 | 71 | 231 | 0 | 101 | 6 | 44 | 461 | 60 | 53 |
| Binary | 10100010 | 111001 | 10011001 | 0 | 1000001 | 110 | 100100 | 100110001 | 110000 | 101011 |
Color Harmonies of #A23999
Complementary color
Monochromatic Colors of #A23999
Black with #A23999
Text Example
Text Example
White with #A23999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23999; }
p { color: rgb(162,57,153); }
H1.HeaderClassName
{
color: #A23999;
}
.AnyTagClassName
{
color: #A23999;
}
</style>
background-color css
<style>
a { background-color: #A23999; }
a { background-color: rgb(162,57,153); }
div.DivClassName
{
background-color: #A23999;
}
.BgClassName
{
background-color: #A23999;
}
</style>
border-color css
<style>
span { border-color: #A23999; }
span { border-color: rgb(162,57,153); }
td.TdClassName
{
border-color: #A23999;
}
.TagClassName
{
border-color: #A23999;
}
</style>