Shades of Violet Blue #A23F9E
Tints of Violet Blue #A23F9E
RGB
CMYK
RGB Variations
Color information
#A23F9E (or 0xA23F9E) is known color: Violet Blue. HEX triplet: A2, 3F and 9E. RGB value is (162,63,158). Sum of RGB (Red+Green+Blue) = 162+63+158=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23F9E is #5DC061. Grayscale: #676767. Windows color (decimal): -6144098 or 10370978. OLE color: 10370978.
HSL color Cylindrical-coordinate representation of color #A23F9E: hue angle of 302.42º 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 #A23F9E is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 158 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.36 |
| HSL | 302.42º | 0.44% | 0.44% | - |
| HSV(B) | 302.42º | 0.61% | 0.64% | - |
| XYZ | 22.85 | 13.71 | 33.79 | - |
| YUV | 103.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 158 | 0 | 0.61 | 0.02 | 0.36 | 302.42 | 0.44 | 0.44 |
| Hex | A2 | 3F | 9E | 0 | 3D | 2 | 24 | 12E | 2C | 2C |
| Octal | 242 | 77 | 236 | 0 | 75 | 2 | 44 | 456 | 54 | 54 |
| Binary | 10100010 | 111111 | 10011110 | 0 | 111101 | 10 | 100100 | 100101110 | 101100 | 101100 |
Color Harmonies of #A23F9E
Complementary color
Monochromatic Colors of #A23F9E
Black with #A23F9E
Text Example
Text Example
White with #A23F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F9E; }
p { color: rgb(162,63,158); }
H1.HeaderClassName
{
color: #A23F9E;
}
.AnyTagClassName
{
color: #A23F9E;
}
</style>
background-color css
<style>
a { background-color: #A23F9E; }
a { background-color: rgb(162,63,158); }
div.DivClassName
{
background-color: #A23F9E;
}
.BgClassName
{
background-color: #A23F9E;
}
</style>
border-color css
<style>
span { border-color: #A23F9E; }
span { border-color: rgb(162,63,158); }
td.TdClassName
{
border-color: #A23F9E;
}
.TagClassName
{
border-color: #A23F9E;
}
</style>