Shades of Vivid Violet #A02BA4
Tints of Vivid Violet #A02BA4
RGB
CMYK
RGB Variations
Color information
#A02BA4 (or 0xA02BA4) is known color: Vivid Violet. HEX triplet: A0, 2B and A4. RGB value is (160,43,164). Sum of RGB (Red+Green+Blue) = 160+43+164=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 164 - color contains mainly: blue. Hex color #A02BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02BA4 is #5FD45B. Grayscale: #5B5B5B. Windows color (decimal): -6280284 or 10759072. OLE color: 10759072.
HSL color Cylindrical-coordinate representation of color #A02BA4: hue angle of 298.02º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02BA4 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 43 | 164 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.36 |
| HSL | 298.02º | 0.58% | 0.41% | - |
| HSV(B) | 298.02º | 0.74% | 0.64% | - |
| XYZ | 22.06 | 11.88 | 36.25 | - |
| YUV | 91.78 | 168.76 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 164 | 0.02 | 0.74 | 0 | 0.36 | 298.02 | 0.58 | 0.41 |
| Hex | A0 | 2B | A4 | 2 | 4A | 0 | 24 | 12A | 3A | 29 |
| Octal | 240 | 53 | 244 | 2 | 112 | 0 | 44 | 452 | 72 | 51 |
| Binary | 10100000 | 101011 | 10100100 | 10 | 1001010 | 0 | 100100 | 100101010 | 111010 | 101001 |
Color Harmonies of #A02BA4
Complementary color
Monochromatic Colors of #A02BA4
Black with #A02BA4
Text Example
Text Example
White with #A02BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02BA4; }
p { color: rgb(160,43,164); }
H1.HeaderClassName
{
color: #A02BA4;
}
.AnyTagClassName
{
color: #A02BA4;
}
</style>
background-color css
<style>
a { background-color: #A02BA4; }
a { background-color: rgb(160,43,164); }
div.DivClassName
{
background-color: #A02BA4;
}
.BgClassName
{
background-color: #A02BA4;
}
</style>
border-color css
<style>
span { border-color: #A02BA4; }
span { border-color: rgb(160,43,164); }
td.TdClassName
{
border-color: #A02BA4;
}
.TagClassName
{
border-color: #A02BA4;
}
</style>