Shades of Dark Violet #A508EC
Tints of Dark Violet #A508EC
RGB
CMYK
RGB Variations
Color information
#A508EC (or 0xA508EC) is known color: Dark Violet. HEX triplet: A5, 08 and EC. RGB value is (165,8,236). Sum of RGB (Red+Green+Blue) = 165+8+236=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #A508EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A508EC is #5AF713. Grayscale: #505050. Windows color (decimal): -5961492 or 15468709. OLE color: 15468709.
HSL color Cylindrical-coordinate representation of color #A508EC: hue angle of 281.32º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A508EC is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 8 | 236 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.07 |
| HSL | 281.32º | 0.93% | 0.48% | - |
| HSV(B) | 281.32º | 0.97% | 0.93% | - |
| XYZ | 30.74 | 14.23 | 80.48 | - |
| YUV | 80.94 | 215.51 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 236 | 0.30 | 0.97 | 0 | 0.07 | 281.32 | 0.93 | 0.48 |
| Hex | A5 | 8 | EC | 1E | 61 | 0 | 7 | 119 | 5D | 30 |
| Octal | 245 | 10 | 354 | 36 | 141 | 0 | 7 | 431 | 135 | 60 |
| Binary | 10100101 | 1000 | 11101100 | 11110 | 1100001 | 0 | 111 | 100011001 | 1011101 | 110000 |
Color Harmonies of #A508EC
Complementary color
Monochromatic Colors of #A508EC
Black with #A508EC
Text Example
Text Example
White with #A508EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A508EC; }
p { color: rgb(165,8,236); }
H1.HeaderClassName
{
color: #A508EC;
}
.AnyTagClassName
{
color: #A508EC;
}
</style>
background-color css
<style>
a { background-color: #A508EC; }
a { background-color: rgb(165,8,236); }
div.DivClassName
{
background-color: #A508EC;
}
.BgClassName
{
background-color: #A508EC;
}
</style>
border-color css
<style>
span { border-color: #A508EC; }
span { border-color: rgb(165,8,236); }
td.TdClassName
{
border-color: #A508EC;
}
.TagClassName
{
border-color: #A508EC;
}
</style>