Shades of Violet Blue #A253AB
Tints of Violet Blue #A253AB
RGB
CMYK
RGB Variations
Color information
#A253AB (or 0xA253AB) is known color: Violet Blue. HEX triplet: A2, 53 and AB. RGB value is (162,83,171). Sum of RGB (Red+Green+Blue) = 162+83+171=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #A253AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A253AB is #5DAC54. Grayscale: #747474. Windows color (decimal): -6138965 or 11228066. OLE color: 11228066.
HSL color Cylindrical-coordinate representation of color #A253AB: hue angle of 293.86º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A253AB is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 83 | 171 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.33 |
| HSL | 293.86º | 0.35% | 0.5% | - |
| HSV(B) | 293.86º | 0.51% | 0.67% | - |
| XYZ | 25.34 | 16.81 | 40.44 | - |
| YUV | 116.65 | 158.67 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 171 | 0.05 | 0.51 | 0 | 0.33 | 293.86 | 0.35 | 0.5 |
| Hex | A2 | 53 | AB | 5 | 33 | 0 | 21 | 126 | 23 | 32 |
| Octal | 242 | 123 | 253 | 5 | 63 | 0 | 41 | 446 | 43 | 62 |
| Binary | 10100010 | 1010011 | 10101011 | 101 | 110011 | 0 | 100001 | 100100110 | 100011 | 110010 |
Color Harmonies of #A253AB
Complementary color
Monochromatic Colors of #A253AB
Black with #A253AB
Text Example
Text Example
White with #A253AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A253AB; }
p { color: rgb(162,83,171); }
H1.HeaderClassName
{
color: #A253AB;
}
.AnyTagClassName
{
color: #A253AB;
}
</style>
background-color css
<style>
a { background-color: #A253AB; }
a { background-color: rgb(162,83,171); }
div.DivClassName
{
background-color: #A253AB;
}
.BgClassName
{
background-color: #A253AB;
}
</style>
border-color css
<style>
span { border-color: #A253AB; }
span { border-color: rgb(162,83,171); }
td.TdClassName
{
border-color: #A253AB;
}
.TagClassName
{
border-color: #A253AB;
}
</style>