Shades of Violet Blue #A272AA
Tints of Violet Blue #A272AA
RGB
CMYK
RGB Variations
Color information
#A272AA (or 0xA272AA) is known color: Violet Blue. HEX triplet: A2, 72 and AA. RGB value is (162,114,170). Sum of RGB (Red+Green+Blue) = 162+114+170=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #A272AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A272AA is #5D8D55. Grayscale: #868686. Windows color (decimal): -6131030 or 11170466. OLE color: 11170466.
HSL color Cylindrical-coordinate representation of color #A272AA: hue angle of 291.43º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A272AA is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 114 | 170 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.33 |
| HSL | 291.43º | 0.25% | 0.56% | - |
| HSV(B) | 291.43º | 0.33% | 0.67% | - |
| XYZ | 28.17 | 22.62 | 40.91 | - |
| YUV | 134.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 170 | 0.05 | 0.33 | 0 | 0.33 | 291.43 | 0.25 | 0.56 |
| Hex | A2 | 72 | AA | 5 | 21 | 0 | 21 | 123 | 19 | 38 |
| Octal | 242 | 162 | 252 | 5 | 41 | 0 | 41 | 443 | 31 | 70 |
| Binary | 10100010 | 1110010 | 10101010 | 101 | 100001 | 0 | 100001 | 100100011 | 11001 | 111000 |
Color Harmonies of #A272AA
Complementary color
Monochromatic Colors of #A272AA
Black with #A272AA
Text Example
Text Example
White with #A272AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A272AA; }
p { color: rgb(162,114,170); }
H1.HeaderClassName
{
color: #A272AA;
}
.AnyTagClassName
{
color: #A272AA;
}
</style>
background-color css
<style>
a { background-color: #A272AA; }
a { background-color: rgb(162,114,170); }
div.DivClassName
{
background-color: #A272AA;
}
.BgClassName
{
background-color: #A272AA;
}
</style>
border-color css
<style>
span { border-color: #A272AA; }
span { border-color: rgb(162,114,170); }
td.TdClassName
{
border-color: #A272AA;
}
.TagClassName
{
border-color: #A272AA;
}
</style>