Shades of Dark Violet #A804BD
Tints of Dark Violet #A804BD
RGB
CMYK
RGB Variations
Color information
#A804BD (or 0xA804BD) is known color: Dark Violet. HEX triplet: A8, 04 and BD. RGB value is (168,4,189). Sum of RGB (Red+Green+Blue) = 168+4+189=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #A804BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A804BD is #57FB42. Grayscale: #494949. Windows color (decimal): -5765955 or 12387496. OLE color: 12387496.
HSL color Cylindrical-coordinate representation of color #A804BD: hue angle of 293.19º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A804BD is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 4 | 189 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.26 |
| HSL | 293.19º | 0.96% | 0.38% | - |
| HSV(B) | 293.19º | 0.98% | 0.74% | - |
| XYZ | 25.38 | 12.09 | 49.14 | - |
| YUV | 74.13 | 192.83 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 189 | 0.11 | 0.98 | 0 | 0.26 | 293.19 | 0.96 | 0.38 |
| Hex | A8 | 4 | BD | B | 62 | 0 | 1A | 125 | 60 | 26 |
| Octal | 250 | 4 | 275 | 13 | 142 | 0 | 32 | 445 | 140 | 46 |
| Binary | 10101000 | 100 | 10111101 | 1011 | 1100010 | 0 | 11010 | 100100101 | 1100000 | 100110 |
Color Harmonies of #A804BD
Complementary color
Monochromatic Colors of #A804BD
Black with #A804BD
Text Example
Text Example
White with #A804BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A804BD; }
p { color: rgb(168,4,189); }
H1.HeaderClassName
{
color: #A804BD;
}
.AnyTagClassName
{
color: #A804BD;
}
</style>
background-color css
<style>
a { background-color: #A804BD; }
a { background-color: rgb(168,4,189); }
div.DivClassName
{
background-color: #A804BD;
}
.BgClassName
{
background-color: #A804BD;
}
</style>
border-color css
<style>
span { border-color: #A804BD; }
span { border-color: rgb(168,4,189); }
td.TdClassName
{
border-color: #A804BD;
}
.TagClassName
{
border-color: #A804BD;
}
</style>