Shades of Dark Violet #A505E5
Tints of Dark Violet #A505E5
RGB
CMYK
RGB Variations
Color information
#A505E5 (or 0xA505E5) is known color: Dark Violet. HEX triplet: A5, 05 and E5. RGB value is (165,5,229). Sum of RGB (Red+Green+Blue) = 165+5+229=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 229 (89.84% from 255 or 57.39% from 399); Max value from RGB is 229 - color contains mainly: blue. Hex color #A505E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A505E5 is #5AFA1A. Grayscale: #4D4D4D. Windows color (decimal): -5962267 or 15009189. OLE color: 15009189.
HSL color Cylindrical-coordinate representation of color #A505E5: hue angle of 282.86º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A505E5 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 5 | 229 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.10 |
| HSL | 282.86º | 0.96% | 0.46% | - |
| HSV(B) | 282.86º | 0.98% | 0.9% | - |
| XYZ | 29.71 | 13.77 | 75.22 | - |
| YUV | 78.38 | 213.01 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 229 | 0.28 | 0.98 | 0 | 0.10 | 282.86 | 0.96 | 0.46 |
| Hex | A5 | 5 | E5 | 1C | 62 | 0 | A | 11B | 60 | 2E |
| Octal | 245 | 5 | 345 | 34 | 142 | 0 | 12 | 433 | 140 | 56 |
| Binary | 10100101 | 101 | 11100101 | 11100 | 1100010 | 0 | 1010 | 100011011 | 1100000 | 101110 |
Color Harmonies of #A505E5
Complementary color
Monochromatic Colors of #A505E5
Black with #A505E5
Text Example
Text Example
White with #A505E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A505E5; }
p { color: rgb(165,5,229); }
H1.HeaderClassName
{
color: #A505E5;
}
.AnyTagClassName
{
color: #A505E5;
}
</style>
background-color css
<style>
a { background-color: #A505E5; }
a { background-color: rgb(165,5,229); }
div.DivClassName
{
background-color: #A505E5;
}
.BgClassName
{
background-color: #A505E5;
}
</style>
border-color css
<style>
span { border-color: #A505E5; }
span { border-color: rgb(165,5,229); }
td.TdClassName
{
border-color: #A505E5;
}
.TagClassName
{
border-color: #A505E5;
}
</style>