Shades of Violet Blue #A23FAB
Tints of Violet Blue #A23FAB
RGB
CMYK
RGB Variations
Color information
#A23FAB (or 0xA23FAB) is known color: Violet Blue. HEX triplet: A2, 3F and AB. RGB value is (162,63,171). Sum of RGB (Red+Green+Blue) = 162+63+171=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #A23FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23FAB is #5DC054. Grayscale: #686868. Windows color (decimal): -6144085 or 11222946. OLE color: 11222946.
HSL color Cylindrical-coordinate representation of color #A23FAB: hue angle of 295º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23FAB is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 63 | 171 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.33 |
| HSL | 295º | 0.46% | 0.46% | - |
| HSV(B) | 295º | 0.63% | 0.67% | - |
| XYZ | 24.03 | 14.18 | 40 | - |
| YUV | 104.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 171 | 0.05 | 0.63 | 0 | 0.33 | 295 | 0.46 | 0.46 |
| Hex | A2 | 3F | AB | 5 | 3F | 0 | 21 | 127 | 2E | 2E |
| Octal | 242 | 77 | 253 | 5 | 77 | 0 | 41 | 447 | 56 | 56 |
| Binary | 10100010 | 111111 | 10101011 | 101 | 111111 | 0 | 100001 | 100100111 | 101110 | 101110 |
Color Harmonies of #A23FAB
Complementary color
Monochromatic Colors of #A23FAB
Black with #A23FAB
Text Example
Text Example
White with #A23FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FAB; }
p { color: rgb(162,63,171); }
H1.HeaderClassName
{
color: #A23FAB;
}
.AnyTagClassName
{
color: #A23FAB;
}
</style>
background-color css
<style>
a { background-color: #A23FAB; }
a { background-color: rgb(162,63,171); }
div.DivClassName
{
background-color: #A23FAB;
}
.BgClassName
{
background-color: #A23FAB;
}
</style>
border-color css
<style>
span { border-color: #A23FAB; }
span { border-color: rgb(162,63,171); }
td.TdClassName
{
border-color: #A23FAB;
}
.TagClassName
{
border-color: #A23FAB;
}
</style>