Shades of Violet Blue #A23F99
Tints of Violet Blue #A23F99
RGB
CMYK
RGB Variations
Color information
#A23F99 (or 0xA23F99) is known color: Violet Blue. HEX triplet: A2, 3F and 99. RGB value is (162,63,153). Sum of RGB (Red+Green+Blue) = 162+63+153=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23F99 is #5DC066. Grayscale: #666666. Windows color (decimal): -6144103 or 10043298. OLE color: 10043298.
HSL color Cylindrical-coordinate representation of color #A23F99: hue angle of 305.45º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A23F99 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 153 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.36 |
| HSL | 305.45º | 0.44% | 0.44% | - |
| HSV(B) | 305.45º | 0.61% | 0.64% | - |
| XYZ | 22.43 | 13.54 | 31.57 | - |
| YUV | 102.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 153 | 0 | 0.61 | 0.06 | 0.36 | 305.45 | 0.44 | 0.44 |
| Hex | A2 | 3F | 99 | 0 | 3D | 6 | 24 | 131 | 2C | 2C |
| Octal | 242 | 77 | 231 | 0 | 75 | 6 | 44 | 461 | 54 | 54 |
| Binary | 10100010 | 111111 | 10011001 | 0 | 111101 | 110 | 100100 | 100110001 | 101100 | 101100 |
Color Harmonies of #A23F99
Complementary color
Monochromatic Colors of #A23F99
Black with #A23F99
Text Example
Text Example
White with #A23F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F99; }
p { color: rgb(162,63,153); }
H1.HeaderClassName
{
color: #A23F99;
}
.AnyTagClassName
{
color: #A23F99;
}
</style>
background-color css
<style>
a { background-color: #A23F99; }
a { background-color: rgb(162,63,153); }
div.DivClassName
{
background-color: #A23F99;
}
.BgClassName
{
background-color: #A23F99;
}
</style>
border-color css
<style>
span { border-color: #A23F99; }
span { border-color: rgb(162,63,153); }
td.TdClassName
{
border-color: #A23F99;
}
.TagClassName
{
border-color: #A23F99;
}
</style>