Shades of Dark Violet #A405E6
Tints of Dark Violet #A405E6
RGB
CMYK
RGB Variations
Color information
#A405E6 (or 0xA405E6) is known color: Dark Violet. HEX triplet: A4, 05 and E6. RGB value is (164,5,230). Sum of RGB (Red+Green+Blue) = 164+5+230=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 230 (90.23% from 255 or 57.64% from 399); Max value from RGB is 230 - color contains mainly: blue. Hex color #A405E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A405E6 is #5BFA19. Grayscale: #4D4D4D. Windows color (decimal): -6027802 or 15074724. OLE color: 15074724.
HSL color Cylindrical-coordinate representation of color #A405E6: hue angle of 282.4º 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 #A405E6 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 5 | 230 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.10 |
| HSL | 282.4º | 0.96% | 0.46% | - |
| HSV(B) | 282.4º | 0.98% | 0.9% | - |
| XYZ | 29.65 | 13.71 | 75.95 | - |
| YUV | 78.19 | 213.68 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 230 | 0.29 | 0.98 | 0 | 0.10 | 282.4 | 0.96 | 0.46 |
| Hex | A4 | 5 | E6 | 1D | 62 | 0 | A | 11A | 60 | 2E |
| Octal | 244 | 5 | 346 | 35 | 142 | 0 | 12 | 432 | 140 | 56 |
| Binary | 10100100 | 101 | 11100110 | 11101 | 1100010 | 0 | 1010 | 100011010 | 1100000 | 101110 |
Color Harmonies of #A405E6
Complementary color
Monochromatic Colors of #A405E6
Black with #A405E6
Text Example
Text Example
White with #A405E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A405E6; }
p { color: rgb(164,5,230); }
H1.HeaderClassName
{
color: #A405E6;
}
.AnyTagClassName
{
color: #A405E6;
}
</style>
background-color css
<style>
a { background-color: #A405E6; }
a { background-color: rgb(164,5,230); }
div.DivClassName
{
background-color: #A405E6;
}
.BgClassName
{
background-color: #A405E6;
}
</style>
border-color css
<style>
span { border-color: #A405E6; }
span { border-color: rgb(164,5,230); }
td.TdClassName
{
border-color: #A405E6;
}
.TagClassName
{
border-color: #A405E6;
}
</style>