Shades of Dark Violet #A700BC
Tints of Dark Violet #A700BC
RGB
CMYK
RGB Variations
Color information
#A700BC (or 0xA700BC) is known color: Dark Violet. HEX triplet: A7, 00 and BC. RGB value is (167,0,188). Sum of RGB (Red+Green+Blue) = 167+0+188=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #A700BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700BC is #58FF43. Grayscale: #464646. Windows color (decimal): -5832516 or 12320935. OLE color: 12320935.
HSL color Cylindrical-coordinate representation of color #A700BC: hue angle of 293.3º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700BC is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 0 | 188 | - |
| CMYK | 0.11 | 1 | 0 | 0.26 |
| HSL | 293.3º | 1% | 0.37% | - |
| HSV(B) | 293.3º | 1% | 0.74% | - |
| XYZ | 25.01 | 11.85 | 48.55 | - |
| YUV | 71.37 | 193.83 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 188 | 0.11 | 1 | 0 | 0.26 | 293.3 | 1 | 0.37 |
| Hex | A7 | 0 | BC | B | 64 | 0 | 1A | 125 | 64 | 25 |
| Octal | 247 | 0 | 274 | 13 | 144 | 0 | 32 | 445 | 144 | 45 |
| Binary | 10100111 | 0 | 10111100 | 1011 | 1100100 | 0 | 11010 | 100100101 | 1100100 | 100101 |
Color Harmonies of #A700BC
Complementary color
Monochromatic Colors of #A700BC
Black with #A700BC
Text Example
Text Example
White with #A700BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700BC; }
p { color: rgb(167,0,188); }
H1.HeaderClassName
{
color: #A700BC;
}
.AnyTagClassName
{
color: #A700BC;
}
</style>
background-color css
<style>
a { background-color: #A700BC; }
a { background-color: rgb(167,0,188); }
div.DivClassName
{
background-color: #A700BC;
}
.BgClassName
{
background-color: #A700BC;
}
</style>
border-color css
<style>
span { border-color: #A700BC; }
span { border-color: rgb(167,0,188); }
td.TdClassName
{
border-color: #A700BC;
}
.TagClassName
{
border-color: #A700BC;
}
</style>