Shades of Vivid Violet #A027A8
Tints of Vivid Violet #A027A8
RGB
CMYK
RGB Variations
Color information
#A027A8 (or 0xA027A8) is known color: Vivid Violet. HEX triplet: A0, 27 and A8. RGB value is (160,39,168). Sum of RGB (Red+Green+Blue) = 160+39+168=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 168 - color contains mainly: blue. Hex color #A027A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A027A8 is #5FD857. Grayscale: #595959. Windows color (decimal): -6281304 or 11020192. OLE color: 11020192.
HSL color Cylindrical-coordinate representation of color #A027A8: hue angle of 296.28º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A027A8 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 39 | 168 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.34 |
| HSL | 296.28º | 0.62% | 0.41% | - |
| HSV(B) | 296.28º | 0.77% | 0.66% | - |
| XYZ | 22.29 | 11.75 | 38.14 | - |
| YUV | 89.89 | 172.09 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 168 | 0.05 | 0.77 | 0 | 0.34 | 296.28 | 0.62 | 0.41 |
| Hex | A0 | 27 | A8 | 5 | 4D | 0 | 22 | 128 | 3E | 29 |
| Octal | 240 | 47 | 250 | 5 | 115 | 0 | 42 | 450 | 76 | 51 |
| Binary | 10100000 | 100111 | 10101000 | 101 | 1001101 | 0 | 100010 | 100101000 | 111110 | 101001 |
Color Harmonies of #A027A8
Complementary color
Monochromatic Colors of #A027A8
Black with #A027A8
Text Example
Text Example
White with #A027A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A027A8; }
p { color: rgb(160,39,168); }
H1.HeaderClassName
{
color: #A027A8;
}
.AnyTagClassName
{
color: #A027A8;
}
</style>
background-color css
<style>
a { background-color: #A027A8; }
a { background-color: rgb(160,39,168); }
div.DivClassName
{
background-color: #A027A8;
}
.BgClassName
{
background-color: #A027A8;
}
</style>
border-color css
<style>
span { border-color: #A027A8; }
span { border-color: rgb(160,39,168); }
td.TdClassName
{
border-color: #A027A8;
}
.TagClassName
{
border-color: #A027A8;
}
</style>