Shades of Dark Violet #A700B8
Tints of Dark Violet #A700B8
RGB
CMYK
RGB Variations
Color information
#A700B8 (or 0xA700B8) is known color: Dark Violet. HEX triplet: A7, 00 and B8. RGB value is (167,0,184). Sum of RGB (Red+Green+Blue) = 167+0+184=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #A700B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700B8 is #58FF47. Grayscale: #464646. Windows color (decimal): -5832520 or 12058791. OLE color: 12058791.
HSL color Cylindrical-coordinate representation of color #A700B8: hue angle of 294.46º 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 #A700B8 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 0 | 184 | - |
| CMYK | 0.09 | 1 | 0 | 0.28 |
| HSL | 294.46º | 1% | 0.36% | - |
| HSV(B) | 294.46º | 1% | 0.72% | - |
| XYZ | 24.59 | 11.68 | 46.31 | - |
| YUV | 70.91 | 191.83 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 184 | 0.09 | 1 | 0 | 0.28 | 294.46 | 1 | 0.36 |
| Hex | A7 | 0 | B8 | 9 | 64 | 0 | 1C | 126 | 64 | 24 |
| Octal | 247 | 0 | 270 | 11 | 144 | 0 | 34 | 446 | 144 | 44 |
| Binary | 10100111 | 0 | 10111000 | 1001 | 1100100 | 0 | 11100 | 100100110 | 1100100 | 100100 |
Color Harmonies of #A700B8
Complementary color
Monochromatic Colors of #A700B8
Black with #A700B8
Text Example
Text Example
White with #A700B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700B8; }
p { color: rgb(167,0,184); }
H1.HeaderClassName
{
color: #A700B8;
}
.AnyTagClassName
{
color: #A700B8;
}
</style>
background-color css
<style>
a { background-color: #A700B8; }
a { background-color: rgb(167,0,184); }
div.DivClassName
{
background-color: #A700B8;
}
.BgClassName
{
background-color: #A700B8;
}
</style>
border-color css
<style>
span { border-color: #A700B8; }
span { border-color: rgb(167,0,184); }
td.TdClassName
{
border-color: #A700B8;
}
.TagClassName
{
border-color: #A700B8;
}
</style>