Shades of Dark Violet #A700B7
Tints of Dark Violet #A700B7
RGB
CMYK
RGB Variations
Color information
#A700B7 (or 0xA700B7) is known color: Dark Violet. HEX triplet: A7, 00 and B7. RGB value is (167,0,183). Sum of RGB (Red+Green+Blue) = 167+0+183=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #A700B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700B7 is #58FF48. Grayscale: #464646. Windows color (decimal): -5832521 or 11993255. OLE color: 11993255.
HSL color Cylindrical-coordinate representation of color #A700B7: hue angle of 294.75º 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 #A700B7 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 0 | 183 | - |
| CMYK | 0.09 | 1 | 0 | 0.28 |
| HSL | 294.75º | 1% | 0.36% | - |
| HSV(B) | 294.75º | 1% | 0.72% | - |
| XYZ | 24.48 | 11.63 | 45.75 | - |
| YUV | 70.8 | 191.33 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 183 | 0.09 | 1 | 0 | 0.28 | 294.75 | 1 | 0.36 |
| Hex | A7 | 0 | B7 | 9 | 64 | 0 | 1C | 127 | 64 | 24 |
| Octal | 247 | 0 | 267 | 11 | 144 | 0 | 34 | 447 | 144 | 44 |
| Binary | 10100111 | 0 | 10110111 | 1001 | 1100100 | 0 | 11100 | 100100111 | 1100100 | 100100 |
Color Harmonies of #A700B7
Complementary color
Monochromatic Colors of #A700B7
Black with #A700B7
Text Example
Text Example
White with #A700B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700B7; }
p { color: rgb(167,0,183); }
H1.HeaderClassName
{
color: #A700B7;
}
.AnyTagClassName
{
color: #A700B7;
}
</style>
background-color css
<style>
a { background-color: #A700B7; }
a { background-color: rgb(167,0,183); }
div.DivClassName
{
background-color: #A700B7;
}
.BgClassName
{
background-color: #A700B7;
}
</style>
border-color css
<style>
span { border-color: #A700B7; }
span { border-color: rgb(167,0,183); }
td.TdClassName
{
border-color: #A700B7;
}
.TagClassName
{
border-color: #A700B7;
}
</style>