Shades of Dark Violet #A105DA
Tints of Dark Violet #A105DA
RGB
CMYK
RGB Variations
Color information
#A105DA (or 0xA105DA) is known color: Dark Violet. HEX triplet: A1, 05 and DA. RGB value is (161,5,218). Sum of RGB (Red+Green+Blue) = 161+5+218=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #A105DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A105DA is #5EFA25. Grayscale: #4B4B4B. Windows color (decimal): -6224422 or 14288289. OLE color: 14288289.
HSL color Cylindrical-coordinate representation of color #A105DA: hue angle of 283.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A105DA is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 5 | 218 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.15 |
| HSL | 283.94º | 0.96% | 0.44% | - |
| HSV(B) | 283.94º | 0.98% | 0.85% | - |
| XYZ | 27.41 | 12.75 | 67.35 | - |
| YUV | 75.93 | 208.18 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 218 | 0.26 | 0.98 | 0 | 0.15 | 283.94 | 0.96 | 0.44 |
| Hex | A1 | 5 | DA | 1A | 62 | 0 | F | 11C | 60 | 2C |
| Octal | 241 | 5 | 332 | 32 | 142 | 0 | 17 | 434 | 140 | 54 |
| Binary | 10100001 | 101 | 11011010 | 11010 | 1100010 | 0 | 1111 | 100011100 | 1100000 | 101100 |
Color Harmonies of #A105DA
Complementary color
Monochromatic Colors of #A105DA
Black with #A105DA
Text Example
Text Example
White with #A105DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A105DA; }
p { color: rgb(161,5,218); }
H1.HeaderClassName
{
color: #A105DA;
}
.AnyTagClassName
{
color: #A105DA;
}
</style>
background-color css
<style>
a { background-color: #A105DA; }
a { background-color: rgb(161,5,218); }
div.DivClassName
{
background-color: #A105DA;
}
.BgClassName
{
background-color: #A105DA;
}
</style>
border-color css
<style>
span { border-color: #A105DA; }
span { border-color: rgb(161,5,218); }
td.TdClassName
{
border-color: #A105DA;
}
.TagClassName
{
border-color: #A105DA;
}
</style>