Shades of Dark Violet #A505E8
Tints of Dark Violet #A505E8
RGB
CMYK
RGB Variations
Color information
#A505E8 (or 0xA505E8) is known color: Dark Violet. HEX triplet: A5, 05 and E8. RGB value is (165,5,232). Sum of RGB (Red+Green+Blue) = 165+5+232=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 232 (91.02% from 255 or 57.71% from 402); Max value from RGB is 232 - color contains mainly: blue. Hex color #A505E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A505E8 is #5AFA17. Grayscale: #4D4D4D. Windows color (decimal): -5962264 or 15205797. OLE color: 15205797.
HSL color Cylindrical-coordinate representation of color #A505E8: hue angle of 282.29º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A505E8 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 5 | 232 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.09 |
| HSL | 282.29º | 0.96% | 0.46% | - |
| HSV(B) | 282.29º | 0.98% | 0.91% | - |
| XYZ | 30.14 | 13.93 | 77.45 | - |
| YUV | 78.72 | 214.51 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 232 | 0.29 | 0.98 | 0 | 0.09 | 282.29 | 0.96 | 0.46 |
| Hex | A5 | 5 | E8 | 1D | 62 | 0 | 9 | 11A | 60 | 2E |
| Octal | 245 | 5 | 350 | 35 | 142 | 0 | 11 | 432 | 140 | 56 |
| Binary | 10100101 | 101 | 11101000 | 11101 | 1100010 | 0 | 1001 | 100011010 | 1100000 | 101110 |
Color Harmonies of #A505E8
Complementary color
Monochromatic Colors of #A505E8
Black with #A505E8
Text Example
Text Example
White with #A505E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A505E8; }
p { color: rgb(165,5,232); }
H1.HeaderClassName
{
color: #A505E8;
}
.AnyTagClassName
{
color: #A505E8;
}
</style>
background-color css
<style>
a { background-color: #A505E8; }
a { background-color: rgb(165,5,232); }
div.DivClassName
{
background-color: #A505E8;
}
.BgClassName
{
background-color: #A505E8;
}
</style>
border-color css
<style>
span { border-color: #A505E8; }
span { border-color: rgb(165,5,232); }
td.TdClassName
{
border-color: #A505E8;
}
.TagClassName
{
border-color: #A505E8;
}
</style>