Shades of Blue Violet #A920ED
Tints of Blue Violet #A920ED
RGB
CMYK
RGB Variations
Color information
#A920ED (or 0xA920ED) is known color: Blue Violet. HEX triplet: A9, 20 and ED. RGB value is (169,32,237). Sum of RGB (Red+Green+Blue) = 169+32+237=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #A920ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A920ED is #56DF12. Grayscale: #5F5F5F. Windows color (decimal): -5693203 or 15540393. OLE color: 15540393.
HSL color Cylindrical-coordinate representation of color #A920ED: hue angle of 280.1º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A920ED is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 32 | 237 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.07 |
| HSL | 280.1º | 0.85% | 0.53% | - |
| HSV(B) | 280.1º | 0.86% | 0.93% | - |
| XYZ | 32.16 | 15.58 | 81.43 | - |
| YUV | 96.33 | 207.39 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 237 | 0.29 | 0.86 | 0 | 0.07 | 280.1 | 0.85 | 0.53 |
| Hex | A9 | 20 | ED | 1D | 56 | 0 | 7 | 118 | 55 | 35 |
| Octal | 251 | 40 | 355 | 35 | 126 | 0 | 7 | 430 | 125 | 65 |
| Binary | 10101001 | 100000 | 11101101 | 11101 | 1010110 | 0 | 111 | 100011000 | 1010101 | 110101 |
Color Harmonies of #A920ED
Complementary color
Monochromatic Colors of #A920ED
Black with #A920ED
Text Example
Text Example
White with #A920ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A920ED; }
p { color: rgb(169,32,237); }
H1.HeaderClassName
{
color: #A920ED;
}
.AnyTagClassName
{
color: #A920ED;
}
</style>
background-color css
<style>
a { background-color: #A920ED; }
a { background-color: rgb(169,32,237); }
div.DivClassName
{
background-color: #A920ED;
}
.BgClassName
{
background-color: #A920ED;
}
</style>
border-color css
<style>
span { border-color: #A920ED; }
span { border-color: rgb(169,32,237); }
td.TdClassName
{
border-color: #A920ED;
}
.TagClassName
{
border-color: #A920ED;
}
</style>