Shades of Vivid Violet #A628A2
Tints of Vivid Violet #A628A2
RGB
CMYK
RGB Variations
Color information
#A628A2 (or 0xA628A2) is known color: Vivid Violet. HEX triplet: A6, 28 and A2. RGB value is (166,40,162). Sum of RGB (Red+Green+Blue) = 166+40+162=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A628A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A628A2 is #59D75D. Grayscale: #5B5B5B. Windows color (decimal): -5887838 or 10627238. OLE color: 10627238.
HSL color Cylindrical-coordinate representation of color #A628A2: hue angle of 301.9º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A628A2 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 162 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.35 |
| HSL | 301.9º | 0.61% | 0.4% | - |
| HSV(B) | 301.9º | 0.76% | 0.65% | - |
| XYZ | 23.01 | 12.23 | 35.33 | - |
| YUV | 91.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 162 | 0 | 0.76 | 0.02 | 0.35 | 301.9 | 0.61 | 0.4 |
| Hex | A6 | 28 | A2 | 0 | 4C | 2 | 23 | 12E | 3D | 28 |
| Octal | 246 | 50 | 242 | 0 | 114 | 2 | 43 | 456 | 75 | 50 |
| Binary | 10100110 | 101000 | 10100010 | 0 | 1001100 | 10 | 100011 | 100101110 | 111101 | 101000 |
Color Harmonies of #A628A2
Complementary color
Monochromatic Colors of #A628A2
Black with #A628A2
Text Example
Text Example
White with #A628A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A628A2; }
p { color: rgb(166,40,162); }
H1.HeaderClassName
{
color: #A628A2;
}
.AnyTagClassName
{
color: #A628A2;
}
</style>
background-color css
<style>
a { background-color: #A628A2; }
a { background-color: rgb(166,40,162); }
div.DivClassName
{
background-color: #A628A2;
}
.BgClassName
{
background-color: #A628A2;
}
</style>
border-color css
<style>
span { border-color: #A628A2; }
span { border-color: rgb(166,40,162); }
td.TdClassName
{
border-color: #A628A2;
}
.TagClassName
{
border-color: #A628A2;
}
</style>