Shades of Vivid Violet #A227A0
Tints of Vivid Violet #A227A0
RGB
CMYK
RGB Variations
Color information
#A227A0 (or 0xA227A0) is known color: Vivid Violet. HEX triplet: A2, 27 and A0. RGB value is (162,39,160). Sum of RGB (Red+Green+Blue) = 162+39+160=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A227A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A227A0 is #5DD85F. Grayscale: #595959. Windows color (decimal): -6150240 or 10495906. OLE color: 10495906.
HSL color Cylindrical-coordinate representation of color #A227A0: hue angle of 300.98º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A227A0 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 39 | 160 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.36 |
| HSL | 300.98º | 0.61% | 0.39% | - |
| HSV(B) | 300.98º | 0.76% | 0.64% | - |
| XYZ | 21.97 | 11.67 | 34.35 | - |
| YUV | 89.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 160 | 0 | 0.76 | 0.01 | 0.36 | 300.98 | 0.61 | 0.39 |
| Hex | A2 | 27 | A0 | 0 | 4C | 1 | 24 | 12D | 3D | 27 |
| Octal | 242 | 47 | 240 | 0 | 114 | 1 | 44 | 455 | 75 | 47 |
| Binary | 10100010 | 100111 | 10100000 | 0 | 1001100 | 1 | 100100 | 100101101 | 111101 | 100111 |
Color Harmonies of #A227A0
Complementary color
Monochromatic Colors of #A227A0
Black with #A227A0
Text Example
Text Example
White with #A227A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A227A0; }
p { color: rgb(162,39,160); }
H1.HeaderClassName
{
color: #A227A0;
}
.AnyTagClassName
{
color: #A227A0;
}
</style>
background-color css
<style>
a { background-color: #A227A0; }
a { background-color: rgb(162,39,160); }
div.DivClassName
{
background-color: #A227A0;
}
.BgClassName
{
background-color: #A227A0;
}
</style>
border-color css
<style>
span { border-color: #A227A0; }
span { border-color: rgb(162,39,160); }
td.TdClassName
{
border-color: #A227A0;
}
.TagClassName
{
border-color: #A227A0;
}
</style>