Shades of Vivid Violet #A028A2
Tints of Vivid Violet #A028A2
RGB
CMYK
RGB Variations
Color information
#A028A2 (or 0xA028A2) is known color: Vivid Violet. HEX triplet: A0, 28 and A2. RGB value is (160,40,162). Sum of RGB (Red+Green+Blue) = 160+40+162=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 162 - color contains mainly: blue. Hex color #A028A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A028A2 is #5FD75D. Grayscale: #595959. Windows color (decimal): -6281054 or 10627232. OLE color: 10627232.
HSL color Cylindrical-coordinate representation of color #A028A2: hue angle of 299.02º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A028A2 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 40 | 162 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.36 |
| HSL | 299.02º | 0.6% | 0.4% | - |
| HSV(B) | 299.02º | 0.75% | 0.64% | - |
| XYZ | 21.78 | 11.6 | 35.27 | - |
| YUV | 89.79 | 168.76 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 162 | 0.01 | 0.75 | 0 | 0.36 | 299.02 | 0.6 | 0.4 |
| Hex | A0 | 28 | A2 | 1 | 4B | 0 | 24 | 12B | 3C | 28 |
| Octal | 240 | 50 | 242 | 1 | 113 | 0 | 44 | 453 | 74 | 50 |
| Binary | 10100000 | 101000 | 10100010 | 1 | 1001011 | 0 | 100100 | 100101011 | 111100 | 101000 |
Color Harmonies of #A028A2
Complementary color
Monochromatic Colors of #A028A2
Black with #A028A2
Text Example
Text Example
White with #A028A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028A2; }
p { color: rgb(160,40,162); }
H1.HeaderClassName
{
color: #A028A2;
}
.AnyTagClassName
{
color: #A028A2;
}
</style>
background-color css
<style>
a { background-color: #A028A2; }
a { background-color: rgb(160,40,162); }
div.DivClassName
{
background-color: #A028A2;
}
.BgClassName
{
background-color: #A028A2;
}
</style>
border-color css
<style>
span { border-color: #A028A2; }
span { border-color: rgb(160,40,162); }
td.TdClassName
{
border-color: #A028A2;
}
.TagClassName
{
border-color: #A028A2;
}
</style>