Shades of Vivid Violet #802AAE
Tints of Vivid Violet #802AAE
RGB
CMYK
RGB Variations
Color information
#802AAE (or 0x802AAE) is known color: Vivid Violet. HEX triplet: 80, 2A and AE. RGB value is (128,42,174). Sum of RGB (Red+Green+Blue) = 128+42+174=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #802AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802AAE is #7FD551. Grayscale: #525252. Windows color (decimal): -8377682 or 11414144. OLE color: 11414144.
HSL color Cylindrical-coordinate representation of color #802AAE: hue angle of 279.09º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802AAE is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 42 | 174 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.32 |
| HSL | 279.09º | 0.61% | 0.42% | - |
| HSV(B) | 279.09º | 0.76% | 0.68% | - |
| XYZ | 17.37 | 9.3 | 40.92 | - |
| YUV | 82.76 | 179.49 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 174 | 0.26 | 0.76 | 0 | 0.32 | 279.09 | 0.61 | 0.42 |
| Hex | 80 | 2A | AE | 1A | 4C | 0 | 20 | 117 | 3D | 2A |
| Octal | 200 | 52 | 256 | 32 | 114 | 0 | 40 | 427 | 75 | 52 |
| Binary | 10000000 | 101010 | 10101110 | 11010 | 1001100 | 0 | 100000 | 100010111 | 111101 | 101010 |
Color Harmonies of #802AAE
Complementary color
Monochromatic Colors of #802AAE
Black with #802AAE
Text Example
Text Example
White with #802AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802AAE; }
p { color: rgb(128,42,174); }
H1.HeaderClassName
{
color: #802AAE;
}
.AnyTagClassName
{
color: #802AAE;
}
</style>
background-color css
<style>
a { background-color: #802AAE; }
a { background-color: rgb(128,42,174); }
div.DivClassName
{
background-color: #802AAE;
}
.BgClassName
{
background-color: #802AAE;
}
</style>
border-color css
<style>
span { border-color: #802AAE; }
span { border-color: rgb(128,42,174); }
td.TdClassName
{
border-color: #802AAE;
}
.TagClassName
{
border-color: #802AAE;
}
</style>