Shades of Dark Violet #A607B5
Tints of Dark Violet #A607B5
RGB
CMYK
RGB Variations
Color information
#A607B5 (or 0xA607B5) is known color: Dark Violet. HEX triplet: A6, 07 and B5. RGB value is (166,7,181). Sum of RGB (Red+Green+Blue) = 166+7+181=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #A607B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A607B5 is #59F84A. Grayscale: #494949. Windows color (decimal): -5896267 or 11863974. OLE color: 11863974.
HSL color Cylindrical-coordinate representation of color #A607B5: hue angle of 294.83º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A607B5 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 7 | 181 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.29 |
| HSL | 294.83º | 0.93% | 0.37% | - |
| HSV(B) | 294.83º | 0.96% | 0.71% | - |
| XYZ | 24.14 | 11.6 | 44.68 | - |
| YUV | 74.38 | 188.18 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 181 | 0.08 | 0.96 | 0 | 0.29 | 294.83 | 0.93 | 0.37 |
| Hex | A6 | 7 | B5 | 8 | 60 | 0 | 1D | 127 | 5D | 25 |
| Octal | 246 | 7 | 265 | 10 | 140 | 0 | 35 | 447 | 135 | 45 |
| Binary | 10100110 | 111 | 10110101 | 1000 | 1100000 | 0 | 11101 | 100100111 | 1011101 | 100101 |
Color Harmonies of #A607B5
Complementary color
Monochromatic Colors of #A607B5
Black with #A607B5
Text Example
Text Example
White with #A607B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A607B5; }
p { color: rgb(166,7,181); }
H1.HeaderClassName
{
color: #A607B5;
}
.AnyTagClassName
{
color: #A607B5;
}
</style>
background-color css
<style>
a { background-color: #A607B5; }
a { background-color: rgb(166,7,181); }
div.DivClassName
{
background-color: #A607B5;
}
.BgClassName
{
background-color: #A607B5;
}
</style>
border-color css
<style>
span { border-color: #A607B5; }
span { border-color: rgb(166,7,181); }
td.TdClassName
{
border-color: #A607B5;
}
.TagClassName
{
border-color: #A607B5;
}
</style>