Shades of Dark Violet #A800BE
Tints of Dark Violet #A800BE
RGB
CMYK
RGB Variations
Color information
#A800BE (or 0xA800BE) is known color: Dark Violet. HEX triplet: A8, 00 and BE. RGB value is (168,0,190). Sum of RGB (Red+Green+Blue) = 168+0+190=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #A800BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800BE is #57FF41. Grayscale: #474747. Windows color (decimal): -5766978 or 12452008. OLE color: 12452008.
HSL color Cylindrical-coordinate representation of color #A800BE: hue angle of 293.05º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A800BE is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 0 | 190 | - |
| CMYK | 0.12 | 1 | 0 | 0.25 |
| HSL | 293.05º | 1% | 0.37% | - |
| HSV(B) | 293.05º | 1% | 0.75% | - |
| XYZ | 25.44 | 12.04 | 49.7 | - |
| YUV | 71.89 | 194.66 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 190 | 0.12 | 1 | 0 | 0.25 | 293.05 | 1 | 0.37 |
| Hex | A8 | 0 | BE | C | 64 | 0 | 19 | 125 | 64 | 25 |
| Octal | 250 | 0 | 276 | 14 | 144 | 0 | 31 | 445 | 144 | 45 |
| Binary | 10101000 | 0 | 10111110 | 1100 | 1100100 | 0 | 11001 | 100100101 | 1100100 | 100101 |
Color Harmonies of #A800BE
Complementary color
Monochromatic Colors of #A800BE
Black with #A800BE
Text Example
Text Example
White with #A800BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A800BE; }
p { color: rgb(168,0,190); }
H1.HeaderClassName
{
color: #A800BE;
}
.AnyTagClassName
{
color: #A800BE;
}
</style>
background-color css
<style>
a { background-color: #A800BE; }
a { background-color: rgb(168,0,190); }
div.DivClassName
{
background-color: #A800BE;
}
.BgClassName
{
background-color: #A800BE;
}
</style>
border-color css
<style>
span { border-color: #A800BE; }
span { border-color: rgb(168,0,190); }
td.TdClassName
{
border-color: #A800BE;
}
.TagClassName
{
border-color: #A800BE;
}
</style>