Shades of Dark Violet #A604E7
Tints of Dark Violet #A604E7
RGB
CMYK
RGB Variations
Color information
#A604E7 (or 0xA604E7) is known color: Dark Violet. HEX triplet: A6, 04 and E7. RGB value is (166,4,231). Sum of RGB (Red+Green+Blue) = 166+4+231=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 231 (90.62% from 255 or 57.61% from 401); Max value from RGB is 231 - color contains mainly: blue. Hex color #A604E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A604E7 is #59FB18. Grayscale: #4D4D4D. Windows color (decimal): -5896985 or 15140006. OLE color: 15140006.
HSL color Cylindrical-coordinate representation of color #A604E7: hue angle of 282.82º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A604E7 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 4 | 231 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.09 |
| HSL | 282.82º | 0.97% | 0.46% | - |
| HSV(B) | 282.82º | 0.98% | 0.91% | - |
| XYZ | 30.19 | 13.96 | 76.71 | - |
| YUV | 78.32 | 214.17 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 231 | 0.28 | 0.98 | 0 | 0.09 | 282.82 | 0.97 | 0.46 |
| Hex | A6 | 4 | E7 | 1C | 62 | 0 | 9 | 11B | 61 | 2E |
| Octal | 246 | 4 | 347 | 34 | 142 | 0 | 11 | 433 | 141 | 56 |
| Binary | 10100110 | 100 | 11100111 | 11100 | 1100010 | 0 | 1001 | 100011011 | 1100001 | 101110 |
Color Harmonies of #A604E7
Complementary color
Monochromatic Colors of #A604E7
Black with #A604E7
Text Example
Text Example
White with #A604E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A604E7; }
p { color: rgb(166,4,231); }
H1.HeaderClassName
{
color: #A604E7;
}
.AnyTagClassName
{
color: #A604E7;
}
</style>
background-color css
<style>
a { background-color: #A604E7; }
a { background-color: rgb(166,4,231); }
div.DivClassName
{
background-color: #A604E7;
}
.BgClassName
{
background-color: #A604E7;
}
</style>
border-color css
<style>
span { border-color: #A604E7; }
span { border-color: rgb(166,4,231); }
td.TdClassName
{
border-color: #A604E7;
}
.TagClassName
{
border-color: #A604E7;
}
</style>