Shades of Dark Violet #A105ED
Tints of Dark Violet #A105ED
RGB
CMYK
RGB Variations
Color information
#A105ED (or 0xA105ED) is known color: Dark Violet. HEX triplet: A1, 05 and ED. RGB value is (161,5,237). Sum of RGB (Red+Green+Blue) = 161+5+237=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #A105ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A105ED is #5EFA12. Grayscale: #4D4D4D. Windows color (decimal): -6224403 or 15533473. OLE color: 15533473.
HSL color Cylindrical-coordinate representation of color #A105ED: hue angle of 280.34º 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 #A105ED is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 5 | 237 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.07 |
| HSL | 280.34º | 0.96% | 0.47% | - |
| HSV(B) | 280.34º | 0.98% | 0.93% | - |
| XYZ | 30.04 | 13.8 | 81.2 | - |
| YUV | 78.09 | 217.68 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 237 | 0.32 | 0.98 | 0 | 0.07 | 280.34 | 0.96 | 0.47 |
| Hex | A1 | 5 | ED | 20 | 62 | 0 | 7 | 118 | 60 | 2F |
| Octal | 241 | 5 | 355 | 40 | 142 | 0 | 7 | 430 | 140 | 57 |
| Binary | 10100001 | 101 | 11101101 | 100000 | 1100010 | 0 | 111 | 100011000 | 1100000 | 101111 |
Color Harmonies of #A105ED
Complementary color
Monochromatic Colors of #A105ED
Black with #A105ED
Text Example
Text Example
White with #A105ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A105ED; }
p { color: rgb(161,5,237); }
H1.HeaderClassName
{
color: #A105ED;
}
.AnyTagClassName
{
color: #A105ED;
}
</style>
background-color css
<style>
a { background-color: #A105ED; }
a { background-color: rgb(161,5,237); }
div.DivClassName
{
background-color: #A105ED;
}
.BgClassName
{
background-color: #A105ED;
}
</style>
border-color css
<style>
span { border-color: #A105ED; }
span { border-color: rgb(161,5,237); }
td.TdClassName
{
border-color: #A105ED;
}
.TagClassName
{
border-color: #A105ED;
}
</style>