Shades of Violet Blue #A272A9
Tints of Violet Blue #A272A9
RGB
CMYK
RGB Variations
Color information
#A272A9 (or 0xA272A9) is known color: Violet Blue. HEX triplet: A2, 72 and A9. RGB value is (162,114,169). Sum of RGB (Red+Green+Blue) = 162+114+169=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 169 - color contains mainly: blue. Hex color #A272A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A272A9 is #5D8D56. Grayscale: #868686. Windows color (decimal): -6131031 or 11104930. OLE color: 11104930.
HSL color Cylindrical-coordinate representation of color #A272A9: hue angle of 292.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A272A9 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 114 | 169 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.34 |
| HSL | 292.36º | 0.24% | 0.55% | - |
| HSV(B) | 292.36º | 0.33% | 0.66% | - |
| XYZ | 28.08 | 22.58 | 40.41 | - |
| YUV | 134.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 169 | 0.04 | 0.33 | 0 | 0.34 | 292.36 | 0.24 | 0.55 |
| Hex | A2 | 72 | A9 | 4 | 21 | 0 | 22 | 124 | 18 | 37 |
| Octal | 242 | 162 | 251 | 4 | 41 | 0 | 42 | 444 | 30 | 67 |
| Binary | 10100010 | 1110010 | 10101001 | 100 | 100001 | 0 | 100010 | 100100100 | 11000 | 110111 |
Color Harmonies of #A272A9
Complementary color
Monochromatic Colors of #A272A9
Black with #A272A9
Text Example
Text Example
White with #A272A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A272A9; }
p { color: rgb(162,114,169); }
H1.HeaderClassName
{
color: #A272A9;
}
.AnyTagClassName
{
color: #A272A9;
}
</style>
background-color css
<style>
a { background-color: #A272A9; }
a { background-color: rgb(162,114,169); }
div.DivClassName
{
background-color: #A272A9;
}
.BgClassName
{
background-color: #A272A9;
}
</style>
border-color css
<style>
span { border-color: #A272A9; }
span { border-color: rgb(162,114,169); }
td.TdClassName
{
border-color: #A272A9;
}
.TagClassName
{
border-color: #A272A9;
}
</style>