Shades of Dark Violet #A607D2
Tints of Dark Violet #A607D2
RGB
CMYK
RGB Variations
Color information
#A607D2 (or 0xA607D2) is known color: Dark Violet. HEX triplet: A6, 07 and D2. RGB value is (166,7,210). Sum of RGB (Red+Green+Blue) = 166+7+210=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 210 (82.42% from 255 or 54.83% from 383); Max value from RGB is 210 - color contains mainly: blue. Hex color #A607D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A607D2 is #59F82D. Grayscale: #4D4D4D. Windows color (decimal): -5896238 or 13764518. OLE color: 13764518.
HSL color Cylindrical-coordinate representation of color #A607D2: hue angle of 287º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A607D2 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 7 | 210 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.18 |
| HSL | 287º | 0.94% | 0.43% | - |
| HSV(B) | 287º | 0.97% | 0.82% | - |
| XYZ | 27.43 | 12.91 | 62.02 | - |
| YUV | 77.68 | 202.68 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 210 | 0.21 | 0.97 | 0 | 0.18 | 287 | 0.94 | 0.43 |
| Hex | A6 | 7 | D2 | 15 | 61 | 0 | 12 | 11F | 5E | 2B |
| Octal | 246 | 7 | 322 | 25 | 141 | 0 | 22 | 437 | 136 | 53 |
| Binary | 10100110 | 111 | 11010010 | 10101 | 1100001 | 0 | 10010 | 100011111 | 1011110 | 101011 |
Color Harmonies of #A607D2
Complementary color
Monochromatic Colors of #A607D2
Black with #A607D2
Text Example
Text Example
White with #A607D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A607D2; }
p { color: rgb(166,7,210); }
H1.HeaderClassName
{
color: #A607D2;
}
.AnyTagClassName
{
color: #A607D2;
}
</style>
background-color css
<style>
a { background-color: #A607D2; }
a { background-color: rgb(166,7,210); }
div.DivClassName
{
background-color: #A607D2;
}
.BgClassName
{
background-color: #A607D2;
}
</style>
border-color css
<style>
span { border-color: #A607D2; }
span { border-color: rgb(166,7,210); }
td.TdClassName
{
border-color: #A607D2;
}
.TagClassName
{
border-color: #A607D2;
}
</style>