Shades of Dark Violet #A00DB4
Tints of Dark Violet #A00DB4
RGB
CMYK
RGB Variations
Color information
#A00DB4 (or 0xA00DB4) is known color: Dark Violet. HEX triplet: A0, 0D and B4. RGB value is (160,13,180). Sum of RGB (Red+Green+Blue) = 160+13+180=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #A00DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DB4 is #5FF24B. Grayscale: #4B4B4B. Windows color (decimal): -6287948 or 11799968. OLE color: 11799968.
HSL color Cylindrical-coordinate representation of color #A00DB4: hue angle of 292.81º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00DB4 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 160 | 13 | 180 | - |
CMYK | 0.11 | 0.93 | 0 | 0.29 |
HSL | 292.81º | 0.87% | 0.38% | - |
HSV(B) | 292.81º | 0.93% | 0.71% | - |
XYZ | 22.88 | 11.06 | 44.11 | - |
YUV | 75.99 | 186.7 | 187.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 13 | 180 | 0.11 | 0.93 | 0 | 0.29 | 292.81 | 0.87 | 0.38 |
Hex | A0 | D | B4 | B | 5D | 0 | 1D | 125 | 57 | 26 |
Octal | 240 | 15 | 264 | 13 | 135 | 0 | 35 | 445 | 127 | 46 |
Binary | 10100000 | 1101 | 10110100 | 1011 | 1011101 | 0 | 11101 | 100100101 | 1010111 | 100110 |
Color Harmonies of #A00DB4
Complementary color
Monochromatic Colors of #A00DB4
Black with #A00DB4
Text Example
Text Example
White with #A00DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DB4; }
p { color: rgb(160,13,180); }
H1.HeaderClassName
{
color: #A00DB4;
}
.AnyTagClassName
{
color: #A00DB4;
}
</style>
background-color css
<style>
a { background-color: #A00DB4; }
a { background-color: rgb(160,13,180); }
div.DivClassName
{
background-color: #A00DB4;
}
.BgClassName
{
background-color: #A00DB4;
}
</style>
border-color css
<style>
span { border-color: #A00DB4; }
span { border-color: rgb(160,13,180); }
td.TdClassName
{
border-color: #A00DB4;
}
.TagClassName
{
border-color: #A00DB4;
}
</style>