Shades of Violet Blue #A253AD
Tints of Violet Blue #A253AD
RGB
CMYK
RGB Variations
Color information
#A253AD (or 0xA253AD) is known color: Violet Blue. HEX triplet: A2, 53 and AD. RGB value is (162,83,173). Sum of RGB (Red+Green+Blue) = 162+83+173=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #A253AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A253AD is #5DAC52. Grayscale: #747474. Windows color (decimal): -6138963 or 11359138. OLE color: 11359138.
HSL color Cylindrical-coordinate representation of color #A253AD: hue angle of 292.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A253AD is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 83 | 173 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.32 |
| HSL | 292.67º | 0.35% | 0.5% | - |
| HSV(B) | 292.67º | 0.52% | 0.68% | - |
| XYZ | 25.54 | 16.89 | 41.45 | - |
| YUV | 116.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 173 | 0.06 | 0.52 | 0 | 0.32 | 292.67 | 0.35 | 0.5 |
| Hex | A2 | 53 | AD | 6 | 34 | 0 | 20 | 125 | 23 | 32 |
| Octal | 242 | 123 | 255 | 6 | 64 | 0 | 40 | 445 | 43 | 62 |
| Binary | 10100010 | 1010011 | 10101101 | 110 | 110100 | 0 | 100000 | 100100101 | 100011 | 110010 |
Color Harmonies of #A253AD
Complementary color
Monochromatic Colors of #A253AD
Black with #A253AD
Text Example
Text Example
White with #A253AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A253AD; }
p { color: rgb(162,83,173); }
H1.HeaderClassName
{
color: #A253AD;
}
.AnyTagClassName
{
color: #A253AD;
}
</style>
background-color css
<style>
a { background-color: #A253AD; }
a { background-color: rgb(162,83,173); }
div.DivClassName
{
background-color: #A253AD;
}
.BgClassName
{
background-color: #A253AD;
}
</style>
border-color css
<style>
span { border-color: #A253AD; }
span { border-color: rgb(162,83,173); }
td.TdClassName
{
border-color: #A253AD;
}
.TagClassName
{
border-color: #A253AD;
}
</style>