Shades of Dark Violet #A506EC
Tints of Dark Violet #A506EC
RGB
CMYK
RGB Variations
Color information
#A506EC (or 0xA506EC) is known color: Dark Violet. HEX triplet: A5, 06 and EC. RGB value is (165,6,236). Sum of RGB (Red+Green+Blue) = 165+6+236=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #A506EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A506EC is #5AF913. Grayscale: #4F4F4F. Windows color (decimal): -5962004 or 15468197. OLE color: 15468197.
HSL color Cylindrical-coordinate representation of color #A506EC: hue angle of 281.48º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A506EC is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 6 | 236 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.07 |
| HSL | 281.48º | 0.95% | 0.47% | - |
| HSV(B) | 281.48º | 0.97% | 0.93% | - |
| XYZ | 30.72 | 14.19 | 80.48 | - |
| YUV | 79.76 | 216.18 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 6 | 236 | 0.30 | 0.97 | 0 | 0.07 | 281.48 | 0.95 | 0.47 |
| Hex | A5 | 6 | EC | 1E | 61 | 0 | 7 | 119 | 5F | 2F |
| Octal | 245 | 6 | 354 | 36 | 141 | 0 | 7 | 431 | 137 | 57 |
| Binary | 10100101 | 110 | 11101100 | 11110 | 1100001 | 0 | 111 | 100011001 | 1011111 | 101111 |
Color Harmonies of #A506EC
Complementary color
Monochromatic Colors of #A506EC
Black with #A506EC
Text Example
Text Example
White with #A506EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A506EC; }
p { color: rgb(165,6,236); }
H1.HeaderClassName
{
color: #A506EC;
}
.AnyTagClassName
{
color: #A506EC;
}
</style>
background-color css
<style>
a { background-color: #A506EC; }
a { background-color: rgb(165,6,236); }
div.DivClassName
{
background-color: #A506EC;
}
.BgClassName
{
background-color: #A506EC;
}
</style>
border-color css
<style>
span { border-color: #A506EC; }
span { border-color: rgb(165,6,236); }
td.TdClassName
{
border-color: #A506EC;
}
.TagClassName
{
border-color: #A506EC;
}
</style>