Shades of Vivid Violet #A028A8
Tints of Vivid Violet #A028A8
RGB
CMYK
RGB Variations
Color information
#A028A8 (or 0xA028A8) is known color: Vivid Violet. HEX triplet: A0, 28 and A8. RGB value is (160,40,168). Sum of RGB (Red+Green+Blue) = 160+40+168=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 168 (66.02% from 255 or 45.65% from 368); Max value from RGB is 168 - color contains mainly: blue. Hex color #A028A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A028A8 is #5FD757. Grayscale: #5A5A5A. Windows color (decimal): -6281048 or 11020448. OLE color: 11020448.
HSL color Cylindrical-coordinate representation of color #A028A8: hue angle of 296.25º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A028A8 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 40 | 168 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.34 |
| HSL | 296.25º | 0.62% | 0.41% | - |
| HSV(B) | 296.25º | 0.76% | 0.66% | - |
| XYZ | 22.32 | 11.82 | 38.15 | - |
| YUV | 90.47 | 171.76 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 168 | 0.05 | 0.76 | 0 | 0.34 | 296.25 | 0.62 | 0.41 |
| Hex | A0 | 28 | A8 | 5 | 4C | 0 | 22 | 128 | 3E | 29 |
| Octal | 240 | 50 | 250 | 5 | 114 | 0 | 42 | 450 | 76 | 51 |
| Binary | 10100000 | 101000 | 10101000 | 101 | 1001100 | 0 | 100010 | 100101000 | 111110 | 101001 |
Color Harmonies of #A028A8
Complementary color
Monochromatic Colors of #A028A8
Black with #A028A8
Text Example
Text Example
White with #A028A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028A8; }
p { color: rgb(160,40,168); }
H1.HeaderClassName
{
color: #A028A8;
}
.AnyTagClassName
{
color: #A028A8;
}
</style>
background-color css
<style>
a { background-color: #A028A8; }
a { background-color: rgb(160,40,168); }
div.DivClassName
{
background-color: #A028A8;
}
.BgClassName
{
background-color: #A028A8;
}
</style>
border-color css
<style>
span { border-color: #A028A8; }
span { border-color: rgb(160,40,168); }
td.TdClassName
{
border-color: #A028A8;
}
.TagClassName
{
border-color: #A028A8;
}
</style>