Shades of Violet Blue #A23F9F
Tints of Violet Blue #A23F9F
RGB
CMYK
RGB Variations
Color information
#A23F9F (or 0xA23F9F) is known color: Violet Blue. HEX triplet: A2, 3F and 9F. RGB value is (162,63,159). Sum of RGB (Red+Green+Blue) = 162+63+159=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23F9F is #5DC060. Grayscale: #676767. Windows color (decimal): -6144097 or 10436514. OLE color: 10436514.
HSL color Cylindrical-coordinate representation of color #A23F9F: hue angle of 301.82º 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 #A23F9F is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 159 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.36 |
| HSL | 301.82º | 0.44% | 0.44% | - |
| HSV(B) | 301.82º | 0.61% | 0.64% | - |
| XYZ | 22.94 | 13.74 | 34.24 | - |
| YUV | 103.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 159 | 0 | 0.61 | 0.02 | 0.36 | 301.82 | 0.44 | 0.44 |
| Hex | A2 | 3F | 9F | 0 | 3D | 2 | 24 | 12E | 2C | 2C |
| Octal | 242 | 77 | 237 | 0 | 75 | 2 | 44 | 456 | 54 | 54 |
| Binary | 10100010 | 111111 | 10011111 | 0 | 111101 | 10 | 100100 | 100101110 | 101100 | 101100 |
Color Harmonies of #A23F9F
Complementary color
Monochromatic Colors of #A23F9F
Black with #A23F9F
Text Example
Text Example
White with #A23F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F9F; }
p { color: rgb(162,63,159); }
H1.HeaderClassName
{
color: #A23F9F;
}
.AnyTagClassName
{
color: #A23F9F;
}
</style>
background-color css
<style>
a { background-color: #A23F9F; }
a { background-color: rgb(162,63,159); }
div.DivClassName
{
background-color: #A23F9F;
}
.BgClassName
{
background-color: #A23F9F;
}
</style>
border-color css
<style>
span { border-color: #A23F9F; }
span { border-color: rgb(162,63,159); }
td.TdClassName
{
border-color: #A23F9F;
}
.TagClassName
{
border-color: #A23F9F;
}
</style>