Shades of Vivid Violet #A02BA7
Tints of Vivid Violet #A02BA7
RGB
CMYK
RGB Variations
Color information
#A02BA7 (or 0xA02BA7) is known color: Vivid Violet. HEX triplet: A0, 2B and A7. RGB value is (160,43,167). Sum of RGB (Red+Green+Blue) = 160+43+167=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 167 - color contains mainly: blue. Hex color #A02BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02BA7 is #5FD458. Grayscale: #5B5B5B. Windows color (decimal): -6280281 or 10955680. OLE color: 10955680.
HSL color Cylindrical-coordinate representation of color #A02BA7: hue angle of 296.61º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02BA7 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 43 | 167 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.35 |
| HSL | 296.61º | 0.59% | 0.41% | - |
| HSV(B) | 296.61º | 0.74% | 0.65% | - |
| XYZ | 22.34 | 11.99 | 37.7 | - |
| YUV | 92.12 | 170.26 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 167 | 0.04 | 0.74 | 0 | 0.35 | 296.61 | 0.59 | 0.41 |
| Hex | A0 | 2B | A7 | 4 | 4A | 0 | 23 | 129 | 3B | 29 |
| Octal | 240 | 53 | 247 | 4 | 112 | 0 | 43 | 451 | 73 | 51 |
| Binary | 10100000 | 101011 | 10100111 | 100 | 1001010 | 0 | 100011 | 100101001 | 111011 | 101001 |
Color Harmonies of #A02BA7
Complementary color
Monochromatic Colors of #A02BA7
Black with #A02BA7
Text Example
Text Example
White with #A02BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02BA7; }
p { color: rgb(160,43,167); }
H1.HeaderClassName
{
color: #A02BA7;
}
.AnyTagClassName
{
color: #A02BA7;
}
</style>
background-color css
<style>
a { background-color: #A02BA7; }
a { background-color: rgb(160,43,167); }
div.DivClassName
{
background-color: #A02BA7;
}
.BgClassName
{
background-color: #A02BA7;
}
</style>
border-color css
<style>
span { border-color: #A02BA7; }
span { border-color: rgb(160,43,167); }
td.TdClassName
{
border-color: #A02BA7;
}
.TagClassName
{
border-color: #A02BA7;
}
</style>