Shades of Dark Violet #A604E6
Tints of Dark Violet #A604E6
RGB
CMYK
RGB Variations
Color information
#A604E6 (or 0xA604E6) is known color: Dark Violet. HEX triplet: A6, 04 and E6. RGB value is (166,4,230). Sum of RGB (Red+Green+Blue) = 166+4+230=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 230 (90.23% from 255 or 57.5% from 400); Max value from RGB is 230 - color contains mainly: blue. Hex color #A604E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A604E6 is #59FB19. Grayscale: #4D4D4D. Windows color (decimal): -5896986 or 15074470. OLE color: 15074470.
HSL color Cylindrical-coordinate representation of color #A604E6: hue angle of 283.01º degrees, saturation: 0.97, 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 #A604E6 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 4 | 230 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.10 |
| HSL | 283.01º | 0.97% | 0.46% | - |
| HSV(B) | 283.01º | 0.98% | 0.9% | - |
| XYZ | 30.05 | 13.91 | 75.96 | - |
| YUV | 78.2 | 213.67 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 230 | 0.28 | 0.98 | 0 | 0.10 | 283.01 | 0.97 | 0.46 |
| Hex | A6 | 4 | E6 | 1C | 62 | 0 | A | 11B | 61 | 2E |
| Octal | 246 | 4 | 346 | 34 | 142 | 0 | 12 | 433 | 141 | 56 |
| Binary | 10100110 | 100 | 11100110 | 11100 | 1100010 | 0 | 1010 | 100011011 | 1100001 | 101110 |
Color Harmonies of #A604E6
Complementary color
Monochromatic Colors of #A604E6
Black with #A604E6
Text Example
Text Example
White with #A604E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A604E6; }
p { color: rgb(166,4,230); }
H1.HeaderClassName
{
color: #A604E6;
}
.AnyTagClassName
{
color: #A604E6;
}
</style>
background-color css
<style>
a { background-color: #A604E6; }
a { background-color: rgb(166,4,230); }
div.DivClassName
{
background-color: #A604E6;
}
.BgClassName
{
background-color: #A604E6;
}
</style>
border-color css
<style>
span { border-color: #A604E6; }
span { border-color: rgb(166,4,230); }
td.TdClassName
{
border-color: #A604E6;
}
.TagClassName
{
border-color: #A604E6;
}
</style>