Shades of Dark Violet #A607EB
Tints of Dark Violet #A607EB
RGB
CMYK
RGB Variations
Color information
#A607EB (or 0xA607EB) is known color: Dark Violet. HEX triplet: A6, 07 and EB. RGB value is (166,7,235). Sum of RGB (Red+Green+Blue) = 166+7+235=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #A607EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A607EB is #59F814. Grayscale: #4F4F4F. Windows color (decimal): -5896213 or 15402918. OLE color: 15402918.
HSL color Cylindrical-coordinate representation of color #A607EB: hue angle of 281.84º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A607EB is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 7 | 235 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.08 |
| HSL | 281.84º | 0.94% | 0.47% | - |
| HSV(B) | 281.84º | 0.97% | 0.92% | - |
| XYZ | 30.8 | 14.26 | 79.73 | - |
| YUV | 80.53 | 215.18 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 235 | 0.29 | 0.97 | 0 | 0.08 | 281.84 | 0.94 | 0.47 |
| Hex | A6 | 7 | EB | 1D | 61 | 0 | 8 | 11A | 5E | 2F |
| Octal | 246 | 7 | 353 | 35 | 141 | 0 | 10 | 432 | 136 | 57 |
| Binary | 10100110 | 111 | 11101011 | 11101 | 1100001 | 0 | 1000 | 100011010 | 1011110 | 101111 |
Color Harmonies of #A607EB
Complementary color
Monochromatic Colors of #A607EB
Black with #A607EB
Text Example
Text Example
White with #A607EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A607EB; }
p { color: rgb(166,7,235); }
H1.HeaderClassName
{
color: #A607EB;
}
.AnyTagClassName
{
color: #A607EB;
}
</style>
background-color css
<style>
a { background-color: #A607EB; }
a { background-color: rgb(166,7,235); }
div.DivClassName
{
background-color: #A607EB;
}
.BgClassName
{
background-color: #A607EB;
}
</style>
border-color css
<style>
span { border-color: #A607EB; }
span { border-color: rgb(166,7,235); }
td.TdClassName
{
border-color: #A607EB;
}
.TagClassName
{
border-color: #A607EB;
}
</style>