Shades of Vivid Violet #A428A2
Tints of Vivid Violet #A428A2
RGB
CMYK
RGB Variations
Color information
#A428A2 (or 0xA428A2) is known color: Vivid Violet. HEX triplet: A4, 28 and A2. RGB value is (164,40,162). Sum of RGB (Red+Green+Blue) = 164+40+162=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A428A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A428A2 is #5BD75D. Grayscale: #5A5A5A. Windows color (decimal): -6018910 or 10627236. OLE color: 10627236.
HSL color Cylindrical-coordinate representation of color #A428A2: hue angle of 300.97º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A428A2 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 40 | 162 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.36 |
| HSL | 300.97º | 0.61% | 0.4% | - |
| HSV(B) | 300.97º | 0.76% | 0.64% | - |
| XYZ | 22.59 | 12.02 | 35.31 | - |
| YUV | 90.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 162 | 0 | 0.76 | 0.01 | 0.36 | 300.97 | 0.61 | 0.4 |
| Hex | A4 | 28 | A2 | 0 | 4C | 1 | 24 | 12D | 3D | 28 |
| Octal | 244 | 50 | 242 | 0 | 114 | 1 | 44 | 455 | 75 | 50 |
| Binary | 10100100 | 101000 | 10100010 | 0 | 1001100 | 1 | 100100 | 100101101 | 111101 | 101000 |
Color Harmonies of #A428A2
Complementary color
Monochromatic Colors of #A428A2
Black with #A428A2
Text Example
Text Example
White with #A428A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A428A2; }
p { color: rgb(164,40,162); }
H1.HeaderClassName
{
color: #A428A2;
}
.AnyTagClassName
{
color: #A428A2;
}
</style>
background-color css
<style>
a { background-color: #A428A2; }
a { background-color: rgb(164,40,162); }
div.DivClassName
{
background-color: #A428A2;
}
.BgClassName
{
background-color: #A428A2;
}
</style>
border-color css
<style>
span { border-color: #A428A2; }
span { border-color: rgb(164,40,162); }
td.TdClassName
{
border-color: #A428A2;
}
.TagClassName
{
border-color: #A428A2;
}
</style>