Shades of Dark Violet #A607E0
Tints of Dark Violet #A607E0
RGB
CMYK
RGB Variations
Color information
#A607E0 (or 0xA607E0) is known color: Dark Violet. HEX triplet: A6, 07 and E0. RGB value is (166,7,224). Sum of RGB (Red+Green+Blue) = 166+7+224=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #A607E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A607E0 is #59F81F. Grayscale: #4E4E4E. Windows color (decimal): -5896224 or 14682022. OLE color: 14682022.
HSL color Cylindrical-coordinate representation of color #A607E0: hue angle of 283.96º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A607E0 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 7 | 224 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.12 |
| HSL | 283.96º | 0.94% | 0.45% | - |
| HSV(B) | 283.96º | 0.97% | 0.88% | - |
| XYZ | 29.26 | 13.64 | 71.61 | - |
| YUV | 79.28 | 209.68 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 224 | 0.26 | 0.97 | 0 | 0.12 | 283.96 | 0.94 | 0.45 |
| Hex | A6 | 7 | E0 | 1A | 61 | 0 | C | 11C | 5E | 2D |
| Octal | 246 | 7 | 340 | 32 | 141 | 0 | 14 | 434 | 136 | 55 |
| Binary | 10100110 | 111 | 11100000 | 11010 | 1100001 | 0 | 1100 | 100011100 | 1011110 | 101101 |
Color Harmonies of #A607E0
Complementary color
Monochromatic Colors of #A607E0
Black with #A607E0
Text Example
Text Example
White with #A607E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A607E0; }
p { color: rgb(166,7,224); }
H1.HeaderClassName
{
color: #A607E0;
}
.AnyTagClassName
{
color: #A607E0;
}
</style>
background-color css
<style>
a { background-color: #A607E0; }
a { background-color: rgb(166,7,224); }
div.DivClassName
{
background-color: #A607E0;
}
.BgClassName
{
background-color: #A607E0;
}
</style>
border-color css
<style>
span { border-color: #A607E0; }
span { border-color: rgb(166,7,224); }
td.TdClassName
{
border-color: #A607E0;
}
.TagClassName
{
border-color: #A607E0;
}
</style>