Shades of Dark Violet #A800BC
Tints of Dark Violet #A800BC
RGB
CMYK
RGB Variations
Color information
#A800BC (or 0xA800BC) is known color: Dark Violet. HEX triplet: A8, 00 and BC. RGB value is (168,0,188). Sum of RGB (Red+Green+Blue) = 168+0+188=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #A800BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800BC is #57FF43. Grayscale: #474747. Windows color (decimal): -5766980 or 12320936. OLE color: 12320936.
HSL color Cylindrical-coordinate representation of color #A800BC: hue angle of 293.62º 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 #A800BC is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 0 | 188 | - |
| CMYK | 0.11 | 1 | 0 | 0.26 |
| HSL | 293.62º | 1% | 0.37% | - |
| HSV(B) | 293.62º | 1% | 0.74% | - |
| XYZ | 25.23 | 11.96 | 48.56 | - |
| YUV | 71.66 | 193.66 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 188 | 0.11 | 1 | 0 | 0.26 | 293.62 | 1 | 0.37 |
| Hex | A8 | 0 | BC | B | 64 | 0 | 1A | 126 | 64 | 25 |
| Octal | 250 | 0 | 274 | 13 | 144 | 0 | 32 | 446 | 144 | 45 |
| Binary | 10101000 | 0 | 10111100 | 1011 | 1100100 | 0 | 11010 | 100100110 | 1100100 | 100101 |
Color Harmonies of #A800BC
Complementary color
Monochromatic Colors of #A800BC
Black with #A800BC
Text Example
Text Example
White with #A800BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A800BC; }
p { color: rgb(168,0,188); }
H1.HeaderClassName
{
color: #A800BC;
}
.AnyTagClassName
{
color: #A800BC;
}
</style>
background-color css
<style>
a { background-color: #A800BC; }
a { background-color: rgb(168,0,188); }
div.DivClassName
{
background-color: #A800BC;
}
.BgClassName
{
background-color: #A800BC;
}
</style>
border-color css
<style>
span { border-color: #A800BC; }
span { border-color: rgb(168,0,188); }
td.TdClassName
{
border-color: #A800BC;
}
.TagClassName
{
border-color: #A800BC;
}
</style>