Shades of Vivid Violet #802AAF
Tints of Vivid Violet #802AAF
RGB
CMYK
RGB Variations
Color information
#802AAF (or 0x802AAF) is known color: Vivid Violet. HEX triplet: 80, 2A and AF. RGB value is (128,42,175). Sum of RGB (Red+Green+Blue) = 128+42+175=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #802AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802AAF is #7FD550. Grayscale: #525252. Windows color (decimal): -8377681 or 11479680. OLE color: 11479680.
HSL color Cylindrical-coordinate representation of color #802AAF: hue angle of 278.8º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802AAF is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 42 | 175 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.31 |
| HSL | 278.8º | 0.61% | 0.43% | - |
| HSV(B) | 278.8º | 0.76% | 0.69% | - |
| XYZ | 17.47 | 9.34 | 41.44 | - |
| YUV | 82.88 | 179.99 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 175 | 0.27 | 0.76 | 0 | 0.31 | 278.8 | 0.61 | 0.43 |
| Hex | 80 | 2A | AF | 1B | 4C | 0 | 1F | 117 | 3D | 2B |
| Octal | 200 | 52 | 257 | 33 | 114 | 0 | 37 | 427 | 75 | 53 |
| Binary | 10000000 | 101010 | 10101111 | 11011 | 1001100 | 0 | 11111 | 100010111 | 111101 | 101011 |
Color Harmonies of #802AAF
Complementary color
Monochromatic Colors of #802AAF
Black with #802AAF
Text Example
Text Example
White with #802AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802AAF; }
p { color: rgb(128,42,175); }
H1.HeaderClassName
{
color: #802AAF;
}
.AnyTagClassName
{
color: #802AAF;
}
</style>
background-color css
<style>
a { background-color: #802AAF; }
a { background-color: rgb(128,42,175); }
div.DivClassName
{
background-color: #802AAF;
}
.BgClassName
{
background-color: #802AAF;
}
</style>
border-color css
<style>
span { border-color: #802AAF; }
span { border-color: rgb(128,42,175); }
td.TdClassName
{
border-color: #802AAF;
}
.TagClassName
{
border-color: #802AAF;
}
</style>