Shades of Dark Violet #A607B2
Tints of Dark Violet #A607B2
RGB
CMYK
RGB Variations
Color information
#A607B2 (or 0xA607B2) is known color: Dark Violet. HEX triplet: A6, 07 and B2. RGB value is (166,7,178). Sum of RGB (Red+Green+Blue) = 166+7+178=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 178 (69.92% from 255 or 50.71% from 351); Max value from RGB is 178 - color contains mainly: blue. Hex color #A607B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A607B2 is #59F84D. Grayscale: #494949. Windows color (decimal): -5896270 or 11667366. OLE color: 11667366.
HSL color Cylindrical-coordinate representation of color #A607B2: hue angle of 295.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A607B2 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 7 | 178 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.30 |
| HSL | 295.79º | 0.92% | 0.36% | - |
| HSV(B) | 295.79º | 0.96% | 0.7% | - |
| XYZ | 23.84 | 11.47 | 43.08 | - |
| YUV | 74.04 | 186.68 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 178 | 0.07 | 0.96 | 0 | 0.30 | 295.79 | 0.92 | 0.36 |
| Hex | A6 | 7 | B2 | 7 | 60 | 0 | 1E | 128 | 5C | 24 |
| Octal | 246 | 7 | 262 | 7 | 140 | 0 | 36 | 450 | 134 | 44 |
| Binary | 10100110 | 111 | 10110010 | 111 | 1100000 | 0 | 11110 | 100101000 | 1011100 | 100100 |
Color Harmonies of #A607B2
Complementary color
Monochromatic Colors of #A607B2
Black with #A607B2
Text Example
Text Example
White with #A607B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A607B2; }
p { color: rgb(166,7,178); }
H1.HeaderClassName
{
color: #A607B2;
}
.AnyTagClassName
{
color: #A607B2;
}
</style>
background-color css
<style>
a { background-color: #A607B2; }
a { background-color: rgb(166,7,178); }
div.DivClassName
{
background-color: #A607B2;
}
.BgClassName
{
background-color: #A607B2;
}
</style>
border-color css
<style>
span { border-color: #A607B2; }
span { border-color: rgb(166,7,178); }
td.TdClassName
{
border-color: #A607B2;
}
.TagClassName
{
border-color: #A607B2;
}
</style>