Shades of Vivid Violet #802AAA
Tints of Vivid Violet #802AAA
RGB
CMYK
RGB Variations
Color information
#802AAA (or 0x802AAA) is known color: Vivid Violet. HEX triplet: 80, 2A and AA. RGB value is (128,42,170). Sum of RGB (Red+Green+Blue) = 128+42+170=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #802AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802AAA is #7FD555. Grayscale: #515151. Windows color (decimal): -8377686 or 11152000. OLE color: 11152000.
HSL color Cylindrical-coordinate representation of color #802AAA: hue angle of 280.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802AAA is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 42 | 170 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.33 |
| HSL | 280.31º | 0.6% | 0.42% | - |
| HSV(B) | 280.31º | 0.75% | 0.67% | - |
| XYZ | 16.99 | 9.15 | 38.9 | - |
| YUV | 82.31 | 177.49 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 170 | 0.25 | 0.75 | 0 | 0.33 | 280.31 | 0.6 | 0.42 |
| Hex | 80 | 2A | AA | 19 | 4B | 0 | 21 | 118 | 3C | 2A |
| Octal | 200 | 52 | 252 | 31 | 113 | 0 | 41 | 430 | 74 | 52 |
| Binary | 10000000 | 101010 | 10101010 | 11001 | 1001011 | 0 | 100001 | 100011000 | 111100 | 101010 |
Color Harmonies of #802AAA
Complementary color
Monochromatic Colors of #802AAA
Black with #802AAA
Text Example
Text Example
White with #802AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802AAA; }
p { color: rgb(128,42,170); }
H1.HeaderClassName
{
color: #802AAA;
}
.AnyTagClassName
{
color: #802AAA;
}
</style>
background-color css
<style>
a { background-color: #802AAA; }
a { background-color: rgb(128,42,170); }
div.DivClassName
{
background-color: #802AAA;
}
.BgClassName
{
background-color: #802AAA;
}
</style>
border-color css
<style>
span { border-color: #802AAA; }
span { border-color: rgb(128,42,170); }
td.TdClassName
{
border-color: #802AAA;
}
.TagClassName
{
border-color: #802AAA;
}
</style>