Shades of Dark Violet #A807BC
Tints of Dark Violet #A807BC
RGB
CMYK
RGB Variations
Color information
#A807BC (or 0xA807BC) is known color: Dark Violet. HEX triplet: A8, 07 and BC. RGB value is (168,7,188). Sum of RGB (Red+Green+Blue) = 168+7+188=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #A807BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A807BC is #57F843. Grayscale: #4B4B4B. Windows color (decimal): -5765188 or 12322728. OLE color: 12322728.
HSL color Cylindrical-coordinate representation of color #A807BC: hue angle of 293.37º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A807BC is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 7 | 188 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.26 |
| HSL | 293.37º | 0.93% | 0.38% | - |
| HSV(B) | 293.37º | 0.96% | 0.74% | - |
| XYZ | 25.3 | 12.11 | 48.58 | - |
| YUV | 75.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 188 | 0.11 | 0.96 | 0 | 0.26 | 293.37 | 0.93 | 0.38 |
| Hex | A8 | 7 | BC | B | 60 | 0 | 1A | 125 | 5D | 26 |
| Octal | 250 | 7 | 274 | 13 | 140 | 0 | 32 | 445 | 135 | 46 |
| Binary | 10101000 | 111 | 10111100 | 1011 | 1100000 | 0 | 11010 | 100100101 | 1011101 | 100110 |
Color Harmonies of #A807BC
Complementary color
Monochromatic Colors of #A807BC
Black with #A807BC
Text Example
Text Example
White with #A807BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A807BC; }
p { color: rgb(168,7,188); }
H1.HeaderClassName
{
color: #A807BC;
}
.AnyTagClassName
{
color: #A807BC;
}
</style>
background-color css
<style>
a { background-color: #A807BC; }
a { background-color: rgb(168,7,188); }
div.DivClassName
{
background-color: #A807BC;
}
.BgClassName
{
background-color: #A807BC;
}
</style>
border-color css
<style>
span { border-color: #A807BC; }
span { border-color: rgb(168,7,188); }
td.TdClassName
{
border-color: #A807BC;
}
.TagClassName
{
border-color: #A807BC;
}
</style>