Shades of Vivid Violet #A028A3
Tints of Vivid Violet #A028A3
RGB
CMYK
RGB Variations
Color information
#A028A3 (or 0xA028A3) is known color: Vivid Violet. HEX triplet: A0, 28 and A3. RGB value is (160,40,163). Sum of RGB (Red+Green+Blue) = 160+40+163=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 163 - color contains mainly: blue. Hex color #A028A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A028A3 is #5FD75C. Grayscale: #595959. Windows color (decimal): -6281053 or 10692768. OLE color: 10692768.
HSL color Cylindrical-coordinate representation of color #A028A3: hue angle of 298.54º degrees, saturation: 0.61, 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 #A028A3 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 40 | 163 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.36 |
| HSL | 298.54º | 0.61% | 0.4% | - |
| HSV(B) | 298.54º | 0.75% | 0.64% | - |
| XYZ | 21.87 | 11.64 | 35.74 | - |
| YUV | 89.9 | 169.26 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 163 | 0.02 | 0.75 | 0 | 0.36 | 298.54 | 0.61 | 0.4 |
| Hex | A0 | 28 | A3 | 2 | 4B | 0 | 24 | 12B | 3D | 28 |
| Octal | 240 | 50 | 243 | 2 | 113 | 0 | 44 | 453 | 75 | 50 |
| Binary | 10100000 | 101000 | 10100011 | 10 | 1001011 | 0 | 100100 | 100101011 | 111101 | 101000 |
Color Harmonies of #A028A3
Complementary color
Monochromatic Colors of #A028A3
Black with #A028A3
Text Example
Text Example
White with #A028A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028A3; }
p { color: rgb(160,40,163); }
H1.HeaderClassName
{
color: #A028A3;
}
.AnyTagClassName
{
color: #A028A3;
}
</style>
background-color css
<style>
a { background-color: #A028A3; }
a { background-color: rgb(160,40,163); }
div.DivClassName
{
background-color: #A028A3;
}
.BgClassName
{
background-color: #A028A3;
}
</style>
border-color css
<style>
span { border-color: #A028A3; }
span { border-color: rgb(160,40,163); }
td.TdClassName
{
border-color: #A028A3;
}
.TagClassName
{
border-color: #A028A3;
}
</style>