Shades of Dark Violet #A105E6
Tints of Dark Violet #A105E6
RGB
CMYK
RGB Variations
Color information
#A105E6 (or 0xA105E6) is known color: Dark Violet. HEX triplet: A1, 05 and E6. RGB value is (161,5,230). Sum of RGB (Red+Green+Blue) = 161+5+230=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #A105E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A105E6 is #5EFA19. Grayscale: #4C4C4C. Windows color (decimal): -6224410 or 15074721. OLE color: 15074721.
HSL color Cylindrical-coordinate representation of color #A105E6: hue angle of 281.6º 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 #A105E6 is Cyan = 0.3, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 5 | 230 | - |
| CMYK | 0.3 | 0.98 | 0 | 0.10 |
| HSL | 281.6º | 0.96% | 0.46% | - |
| HSV(B) | 281.6º | 0.98% | 0.9% | - |
| XYZ | 29.04 | 13.4 | 75.92 | - |
| YUV | 77.29 | 214.18 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 230 | 0.3 | 0.98 | 0 | 0.10 | 281.6 | 0.96 | 0.46 |
| Hex | A1 | 5 | E6 | 1E | 62 | 0 | A | 11A | 60 | 2E |
| Octal | 241 | 5 | 346 | 36 | 142 | 0 | 12 | 432 | 140 | 56 |
| Binary | 10100001 | 101 | 11100110 | 11110 | 1100010 | 0 | 1010 | 100011010 | 1100000 | 101110 |
Color Harmonies of #A105E6
Complementary color
Monochromatic Colors of #A105E6
Black with #A105E6
Text Example
Text Example
White with #A105E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A105E6; }
p { color: rgb(161,5,230); }
H1.HeaderClassName
{
color: #A105E6;
}
.AnyTagClassName
{
color: #A105E6;
}
</style>
background-color css
<style>
a { background-color: #A105E6; }
a { background-color: rgb(161,5,230); }
div.DivClassName
{
background-color: #A105E6;
}
.BgClassName
{
background-color: #A105E6;
}
</style>
border-color css
<style>
span { border-color: #A105E6; }
span { border-color: rgb(161,5,230); }
td.TdClassName
{
border-color: #A105E6;
}
.TagClassName
{
border-color: #A105E6;
}
</style>