Shades of Violet Blue #A23F9B
Tints of Violet Blue #A23F9B
RGB
CMYK
RGB Variations
Color information
#A23F9B (or 0xA23F9B) is known color: Violet Blue. HEX triplet: A2, 3F and 9B. RGB value is (162,63,155). Sum of RGB (Red+Green+Blue) = 162+63+155=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23F9B is #5DC064. Grayscale: #666666. Windows color (decimal): -6144101 or 10174370. OLE color: 10174370.
HSL color Cylindrical-coordinate representation of color #A23F9B: hue angle of 304.24º 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 #A23F9B is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 155 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.36 |
| HSL | 304.24º | 0.44% | 0.44% | - |
| HSV(B) | 304.24º | 0.61% | 0.64% | - |
| XYZ | 22.59 | 13.6 | 32.45 | - |
| YUV | 103.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 155 | 0 | 0.61 | 0.04 | 0.36 | 304.24 | 0.44 | 0.44 |
| Hex | A2 | 3F | 9B | 0 | 3D | 4 | 24 | 130 | 2C | 2C |
| Octal | 242 | 77 | 233 | 0 | 75 | 4 | 44 | 460 | 54 | 54 |
| Binary | 10100010 | 111111 | 10011011 | 0 | 111101 | 100 | 100100 | 100110000 | 101100 | 101100 |
Color Harmonies of #A23F9B
Complementary color
Monochromatic Colors of #A23F9B
Black with #A23F9B
Text Example
Text Example
White with #A23F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F9B; }
p { color: rgb(162,63,155); }
H1.HeaderClassName
{
color: #A23F9B;
}
.AnyTagClassName
{
color: #A23F9B;
}
</style>
background-color css
<style>
a { background-color: #A23F9B; }
a { background-color: rgb(162,63,155); }
div.DivClassName
{
background-color: #A23F9B;
}
.BgClassName
{
background-color: #A23F9B;
}
</style>
border-color css
<style>
span { border-color: #A23F9B; }
span { border-color: rgb(162,63,155); }
td.TdClassName
{
border-color: #A23F9B;
}
.TagClassName
{
border-color: #A23F9B;
}
</style>