Shades of Violet Blue #A23C9F
Tints of Violet Blue #A23C9F
RGB
CMYK
RGB Variations
Color information
#A23C9F (or 0xA23C9F) is known color: Violet Blue. HEX triplet: A2, 3C and 9F. RGB value is (162,60,159). Sum of RGB (Red+Green+Blue) = 162+60+159=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C9F is #5DC360. Grayscale: #656565. Windows color (decimal): -6144865 or 10435746. OLE color: 10435746.
HSL color Cylindrical-coordinate representation of color #A23C9F: hue angle of 301.76º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23C9F is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 60 | 159 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.36 |
| HSL | 301.76º | 0.46% | 0.44% | - |
| HSV(B) | 301.76º | 0.63% | 0.64% | - |
| XYZ | 22.77 | 13.42 | 34.19 | - |
| YUV | 101.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 159 | 0 | 0.63 | 0.02 | 0.36 | 301.76 | 0.46 | 0.44 |
| Hex | A2 | 3C | 9F | 0 | 3F | 2 | 24 | 12E | 2E | 2C |
| Octal | 242 | 74 | 237 | 0 | 77 | 2 | 44 | 456 | 56 | 54 |
| Binary | 10100010 | 111100 | 10011111 | 0 | 111111 | 10 | 100100 | 100101110 | 101110 | 101100 |
Color Harmonies of #A23C9F
Complementary color
Monochromatic Colors of #A23C9F
Black with #A23C9F
Text Example
Text Example
White with #A23C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23C9F; }
p { color: rgb(162,60,159); }
H1.HeaderClassName
{
color: #A23C9F;
}
.AnyTagClassName
{
color: #A23C9F;
}
</style>
background-color css
<style>
a { background-color: #A23C9F; }
a { background-color: rgb(162,60,159); }
div.DivClassName
{
background-color: #A23C9F;
}
.BgClassName
{
background-color: #A23C9F;
}
</style>
border-color css
<style>
span { border-color: #A23C9F; }
span { border-color: rgb(162,60,159); }
td.TdClassName
{
border-color: #A23C9F;
}
.TagClassName
{
border-color: #A23C9F;
}
</style>