Shades of Vivid Violet #A226A0
Tints of Vivid Violet #A226A0
RGB
CMYK
RGB Variations
Color information
#A226A0 (or 0xA226A0) is known color: Vivid Violet. HEX triplet: A2, 26 and A0. RGB value is (162,38,160). Sum of RGB (Red+Green+Blue) = 162+38+160=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A226A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A226A0 is #5DD95F. Grayscale: #585858. Windows color (decimal): -6150496 or 10495650. OLE color: 10495650.
HSL color Cylindrical-coordinate representation of color #A226A0: hue angle of 300.97º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A226A0 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 38 | 160 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.36 |
| HSL | 300.97º | 0.62% | 0.39% | - |
| HSV(B) | 300.97º | 0.77% | 0.64% | - |
| XYZ | 21.94 | 11.61 | 34.34 | - |
| YUV | 88.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 38 | 160 | 0 | 0.77 | 0.01 | 0.36 | 300.97 | 0.62 | 0.39 |
| Hex | A2 | 26 | A0 | 0 | 4D | 1 | 24 | 12D | 3E | 27 |
| Octal | 242 | 46 | 240 | 0 | 115 | 1 | 44 | 455 | 76 | 47 |
| Binary | 10100010 | 100110 | 10100000 | 0 | 1001101 | 1 | 100100 | 100101101 | 111110 | 100111 |
Color Harmonies of #A226A0
Complementary color
Monochromatic Colors of #A226A0
Black with #A226A0
Text Example
Text Example
White with #A226A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A226A0; }
p { color: rgb(162,38,160); }
H1.HeaderClassName
{
color: #A226A0;
}
.AnyTagClassName
{
color: #A226A0;
}
</style>
background-color css
<style>
a { background-color: #A226A0; }
a { background-color: rgb(162,38,160); }
div.DivClassName
{
background-color: #A226A0;
}
.BgClassName
{
background-color: #A226A0;
}
</style>
border-color css
<style>
span { border-color: #A226A0; }
span { border-color: rgb(162,38,160); }
td.TdClassName
{
border-color: #A226A0;
}
.TagClassName
{
border-color: #A226A0;
}
</style>