Shades of Dark Violet #A105DB
Tints of Dark Violet #A105DB
RGB
CMYK
RGB Variations
Color information
#A105DB (or 0xA105DB) is known color: Dark Violet. HEX triplet: A1, 05 and DB. RGB value is (161,5,219). Sum of RGB (Red+Green+Blue) = 161+5+219=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #A105DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A105DB is #5EFA24. Grayscale: #4B4B4B. Windows color (decimal): -6224421 or 14353825. OLE color: 14353825.
HSL color Cylindrical-coordinate representation of color #A105DB: hue angle of 283.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A105DB is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 5 | 219 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.14 |
| HSL | 283.74º | 0.96% | 0.44% | - |
| HSV(B) | 283.74º | 0.98% | 0.86% | - |
| XYZ | 27.54 | 12.8 | 68.04 | - |
| YUV | 76.04 | 208.68 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 219 | 0.26 | 0.98 | 0 | 0.14 | 283.74 | 0.96 | 0.44 |
| Hex | A1 | 5 | DB | 1A | 62 | 0 | E | 11C | 60 | 2C |
| Octal | 241 | 5 | 333 | 32 | 142 | 0 | 16 | 434 | 140 | 54 |
| Binary | 10100001 | 101 | 11011011 | 11010 | 1100010 | 0 | 1110 | 100011100 | 1100000 | 101100 |
Color Harmonies of #A105DB
Complementary color
Monochromatic Colors of #A105DB
Black with #A105DB
Text Example
Text Example
White with #A105DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A105DB; }
p { color: rgb(161,5,219); }
H1.HeaderClassName
{
color: #A105DB;
}
.AnyTagClassName
{
color: #A105DB;
}
</style>
background-color css
<style>
a { background-color: #A105DB; }
a { background-color: rgb(161,5,219); }
div.DivClassName
{
background-color: #A105DB;
}
.BgClassName
{
background-color: #A105DB;
}
</style>
border-color css
<style>
span { border-color: #A105DB; }
span { border-color: rgb(161,5,219); }
td.TdClassName
{
border-color: #A105DB;
}
.TagClassName
{
border-color: #A105DB;
}
</style>