Shades of Dark Violet #A603B7
Tints of Dark Violet #A603B7
RGB
CMYK
RGB Variations
Color information
#A603B7 (or 0xA603B7) is known color: Dark Violet. HEX triplet: A6, 03 and B7. RGB value is (166,3,183). Sum of RGB (Red+Green+Blue) = 166+3+183=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #A603B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603B7 is #59FC48. Grayscale: #474747. Windows color (decimal): -5897289 or 11994022. OLE color: 11994022.
HSL color Cylindrical-coordinate representation of color #A603B7: hue angle of 294.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A603B7 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 3 | 183 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.28 |
| HSL | 294.33º | 0.97% | 0.36% | - |
| HSV(B) | 294.33º | 0.98% | 0.72% | - |
| XYZ | 24.31 | 11.59 | 45.76 | - |
| YUV | 72.26 | 190.5 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 183 | 0.09 | 0.98 | 0 | 0.28 | 294.33 | 0.97 | 0.36 |
| Hex | A6 | 3 | B7 | 9 | 62 | 0 | 1C | 126 | 61 | 24 |
| Octal | 246 | 3 | 267 | 11 | 142 | 0 | 34 | 446 | 141 | 44 |
| Binary | 10100110 | 11 | 10110111 | 1001 | 1100010 | 0 | 11100 | 100100110 | 1100001 | 100100 |
Color Harmonies of #A603B7
Complementary color
Monochromatic Colors of #A603B7
Black with #A603B7
Text Example
Text Example
White with #A603B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603B7; }
p { color: rgb(166,3,183); }
H1.HeaderClassName
{
color: #A603B7;
}
.AnyTagClassName
{
color: #A603B7;
}
</style>
background-color css
<style>
a { background-color: #A603B7; }
a { background-color: rgb(166,3,183); }
div.DivClassName
{
background-color: #A603B7;
}
.BgClassName
{
background-color: #A603B7;
}
</style>
border-color css
<style>
span { border-color: #A603B7; }
span { border-color: rgb(166,3,183); }
td.TdClassName
{
border-color: #A603B7;
}
.TagClassName
{
border-color: #A603B7;
}
</style>