Shades of Violet Blue #A152AD
Tints of Violet Blue #A152AD
RGB
CMYK
RGB Variations
Color information
#A152AD (or 0xA152AD) is known color: Violet Blue. HEX triplet: A1, 52 and AD. RGB value is (161,82,173). Sum of RGB (Red+Green+Blue) = 161+82+173=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #A152AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A152AD is #5EAD52. Grayscale: #737373. Windows color (decimal): -6204755 or 11358881. OLE color: 11358881.
HSL color Cylindrical-coordinate representation of color #A152AD: hue angle of 292.09º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A152AD is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 82 | 173 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.32 |
| HSL | 292.09º | 0.36% | 0.5% | - |
| HSV(B) | 292.09º | 0.53% | 0.68% | - |
| XYZ | 25.26 | 16.63 | 41.41 | - |
| YUV | 116 | 160.17 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 173 | 0.07 | 0.53 | 0 | 0.32 | 292.09 | 0.36 | 0.5 |
| Hex | A1 | 52 | AD | 7 | 35 | 0 | 20 | 124 | 24 | 32 |
| Octal | 241 | 122 | 255 | 7 | 65 | 0 | 40 | 444 | 44 | 62 |
| Binary | 10100001 | 1010010 | 10101101 | 111 | 110101 | 0 | 100000 | 100100100 | 100100 | 110010 |
Color Harmonies of #A152AD
Complementary color
Monochromatic Colors of #A152AD
Black with #A152AD
Text Example
Text Example
White with #A152AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A152AD; }
p { color: rgb(161,82,173); }
H1.HeaderClassName
{
color: #A152AD;
}
.AnyTagClassName
{
color: #A152AD;
}
</style>
background-color css
<style>
a { background-color: #A152AD; }
a { background-color: rgb(161,82,173); }
div.DivClassName
{
background-color: #A152AD;
}
.BgClassName
{
background-color: #A152AD;
}
</style>
border-color css
<style>
span { border-color: #A152AD; }
span { border-color: rgb(161,82,173); }
td.TdClassName
{
border-color: #A152AD;
}
.TagClassName
{
border-color: #A152AD;
}
</style>