Shades of Violet Blue #A452A9
Tints of Violet Blue #A452A9
RGB
CMYK
RGB Variations
Color information
#A452A9 (or 0xA452A9) is known color: Violet Blue. HEX triplet: A4, 52 and A9. RGB value is (164,82,169). Sum of RGB (Red+Green+Blue) = 164+82+169=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 169 - color contains mainly: blue. Hex color #A452A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A452A9 is #5BAD56. Grayscale: #747474. Windows color (decimal): -6008151 or 11096740. OLE color: 11096740.
HSL color Cylindrical-coordinate representation of color #A452A9: hue angle of 296.55º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A452A9 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 82 | 169 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.34 |
| HSL | 296.55º | 0.35% | 0.49% | - |
| HSV(B) | 296.55º | 0.51% | 0.66% | - |
| XYZ | 25.49 | 16.79 | 39.43 | - |
| YUV | 116.44 | 157.67 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 169 | 0.03 | 0.51 | 0 | 0.34 | 296.55 | 0.35 | 0.49 |
| Hex | A4 | 52 | A9 | 3 | 33 | 0 | 22 | 129 | 23 | 31 |
| Octal | 244 | 122 | 251 | 3 | 63 | 0 | 42 | 451 | 43 | 61 |
| Binary | 10100100 | 1010010 | 10101001 | 11 | 110011 | 0 | 100010 | 100101001 | 100011 | 110001 |
Color Harmonies of #A452A9
Complementary color
Monochromatic Colors of #A452A9
Black with #A452A9
Text Example
Text Example
White with #A452A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A452A9; }
p { color: rgb(164,82,169); }
H1.HeaderClassName
{
color: #A452A9;
}
.AnyTagClassName
{
color: #A452A9;
}
</style>
background-color css
<style>
a { background-color: #A452A9; }
a { background-color: rgb(164,82,169); }
div.DivClassName
{
background-color: #A452A9;
}
.BgClassName
{
background-color: #A452A9;
}
</style>
border-color css
<style>
span { border-color: #A452A9; }
span { border-color: rgb(164,82,169); }
td.TdClassName
{
border-color: #A452A9;
}
.TagClassName
{
border-color: #A452A9;
}
</style>