Shades of Dark Violet #A505ED
Tints of Dark Violet #A505ED
RGB
CMYK
RGB Variations
Color information
#A505ED (or 0xA505ED) is known color: Dark Violet. HEX triplet: A5, 05 and ED. RGB value is (165,5,237). Sum of RGB (Red+Green+Blue) = 165+5+237=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #A505ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A505ED is #5AFA12. Grayscale: #4E4E4E. Windows color (decimal): -5962259 or 15533477. OLE color: 15533477.
HSL color Cylindrical-coordinate representation of color #A505ED: hue angle of 281.38º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A505ED is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 5 | 237 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.07 |
| HSL | 281.38º | 0.96% | 0.47% | - |
| HSV(B) | 281.38º | 0.98% | 0.93% | - |
| XYZ | 30.86 | 14.22 | 81.24 | - |
| YUV | 79.29 | 217.01 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 237 | 0.30 | 0.98 | 0 | 0.07 | 281.38 | 0.96 | 0.47 |
| Hex | A5 | 5 | ED | 1E | 62 | 0 | 7 | 119 | 60 | 2F |
| Octal | 245 | 5 | 355 | 36 | 142 | 0 | 7 | 431 | 140 | 57 |
| Binary | 10100101 | 101 | 11101101 | 11110 | 1100010 | 0 | 111 | 100011001 | 1100000 | 101111 |
Color Harmonies of #A505ED
Complementary color
Monochromatic Colors of #A505ED
Black with #A505ED
Text Example
Text Example
White with #A505ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A505ED; }
p { color: rgb(165,5,237); }
H1.HeaderClassName
{
color: #A505ED;
}
.AnyTagClassName
{
color: #A505ED;
}
</style>
background-color css
<style>
a { background-color: #A505ED; }
a { background-color: rgb(165,5,237); }
div.DivClassName
{
background-color: #A505ED;
}
.BgClassName
{
background-color: #A505ED;
}
</style>
border-color css
<style>
span { border-color: #A505ED; }
span { border-color: rgb(165,5,237); }
td.TdClassName
{
border-color: #A505ED;
}
.TagClassName
{
border-color: #A505ED;
}
</style>