Shades of Dark Violet #A511EA
Tints of Dark Violet #A511EA
RGB
CMYK
RGB Variations
Color information
#A511EA (or 0xA511EA) is known color: Dark Violet. HEX triplet: A5, 11 and EA. RGB value is (165,17,234). Sum of RGB (Red+Green+Blue) = 165+17+234=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #A511EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A511EA is #5AEE15. Grayscale: #555555. Windows color (decimal): -5959190 or 15339941. OLE color: 15339941.
HSL color Cylindrical-coordinate representation of color #A511EA: hue angle of 280.92º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A511EA is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 17 | 234 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.08 |
| HSL | 280.92º | 0.86% | 0.49% | - |
| HSV(B) | 280.92º | 0.93% | 0.92% | - |
| XYZ | 30.57 | 14.34 | 79 | - |
| YUV | 85.99 | 211.53 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 234 | 0.29 | 0.93 | 0 | 0.08 | 280.92 | 0.86 | 0.49 |
| Hex | A5 | 11 | EA | 1D | 5D | 0 | 8 | 119 | 56 | 31 |
| Octal | 245 | 21 | 352 | 35 | 135 | 0 | 10 | 431 | 126 | 61 |
| Binary | 10100101 | 10001 | 11101010 | 11101 | 1011101 | 0 | 1000 | 100011001 | 1010110 | 110001 |
Color Harmonies of #A511EA
Complementary color
Monochromatic Colors of #A511EA
Black with #A511EA
Text Example
Text Example
White with #A511EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511EA; }
p { color: rgb(165,17,234); }
H1.HeaderClassName
{
color: #A511EA;
}
.AnyTagClassName
{
color: #A511EA;
}
</style>
background-color css
<style>
a { background-color: #A511EA; }
a { background-color: rgb(165,17,234); }
div.DivClassName
{
background-color: #A511EA;
}
.BgClassName
{
background-color: #A511EA;
}
</style>
border-color css
<style>
span { border-color: #A511EA; }
span { border-color: rgb(165,17,234); }
td.TdClassName
{
border-color: #A511EA;
}
.TagClassName
{
border-color: #A511EA;
}
</style>