Shades of Dark Violet #A600B7
Tints of Dark Violet #A600B7
RGB
CMYK
RGB Variations
Color information
#A600B7 (or 0xA600B7) is known color: Dark Violet. HEX triplet: A6, 00 and B7. RGB value is (166,0,183). Sum of RGB (Red+Green+Blue) = 166+0+183=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 183 (71.88% from 255 or 52.44% from 349); Max value from RGB is 183 - color contains mainly: blue. Hex color #A600B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600B7 is #59FF48. Grayscale: #454545. Windows color (decimal): -5898057 or 11993254. OLE color: 11993254.
HSL color Cylindrical-coordinate representation of color #A600B7: hue angle of 294.43º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600B7 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 0 | 183 | - |
| CMYK | 0.09 | 1 | 0 | 0.28 |
| HSL | 294.43º | 1% | 0.36% | - |
| HSV(B) | 294.43º | 1% | 0.72% | - |
| XYZ | 24.27 | 11.53 | 45.75 | - |
| YUV | 70.5 | 191.5 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 183 | 0.09 | 1 | 0 | 0.28 | 294.43 | 1 | 0.36 |
| Hex | A6 | 0 | B7 | 9 | 64 | 0 | 1C | 126 | 64 | 24 |
| Octal | 246 | 0 | 267 | 11 | 144 | 0 | 34 | 446 | 144 | 44 |
| Binary | 10100110 | 0 | 10110111 | 1001 | 1100100 | 0 | 11100 | 100100110 | 1100100 | 100100 |
Color Harmonies of #A600B7
Complementary color
Monochromatic Colors of #A600B7
Black with #A600B7
Text Example
Text Example
White with #A600B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A600B7; }
p { color: rgb(166,0,183); }
H1.HeaderClassName
{
color: #A600B7;
}
.AnyTagClassName
{
color: #A600B7;
}
</style>
background-color css
<style>
a { background-color: #A600B7; }
a { background-color: rgb(166,0,183); }
div.DivClassName
{
background-color: #A600B7;
}
.BgClassName
{
background-color: #A600B7;
}
</style>
border-color css
<style>
span { border-color: #A600B7; }
span { border-color: rgb(166,0,183); }
td.TdClassName
{
border-color: #A600B7;
}
.TagClassName
{
border-color: #A600B7;
}
</style>