Shades of Dark Violet #A006DA
Tints of Dark Violet #A006DA
RGB
CMYK
RGB Variations
Color information
#A006DA (or 0xA006DA) is known color: Dark Violet. HEX triplet: A0, 06 and DA. RGB value is (160,6,218). Sum of RGB (Red+Green+Blue) = 160+6+218=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #A006DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006DA is #5FF925. Grayscale: #4B4B4B. Windows color (decimal): -6289702 or 14288544. OLE color: 14288544.
HSL color Cylindrical-coordinate representation of color #A006DA: hue angle of 283.58º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A006DA is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 6 | 218 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.15 |
| HSL | 283.58º | 0.95% | 0.44% | - |
| HSV(B) | 283.58º | 0.97% | 0.85% | - |
| XYZ | 27.22 | 12.67 | 67.34 | - |
| YUV | 76.21 | 208.02 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 218 | 0.27 | 0.97 | 0 | 0.15 | 283.58 | 0.95 | 0.44 |
| Hex | A0 | 6 | DA | 1B | 61 | 0 | F | 11C | 5F | 2C |
| Octal | 240 | 6 | 332 | 33 | 141 | 0 | 17 | 434 | 137 | 54 |
| Binary | 10100000 | 110 | 11011010 | 11011 | 1100001 | 0 | 1111 | 100011100 | 1011111 | 101100 |
Color Harmonies of #A006DA
Complementary color
Monochromatic Colors of #A006DA
Black with #A006DA
Text Example
Text Example
White with #A006DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A006DA; }
p { color: rgb(160,6,218); }
H1.HeaderClassName
{
color: #A006DA;
}
.AnyTagClassName
{
color: #A006DA;
}
</style>
background-color css
<style>
a { background-color: #A006DA; }
a { background-color: rgb(160,6,218); }
div.DivClassName
{
background-color: #A006DA;
}
.BgClassName
{
background-color: #A006DA;
}
</style>
border-color css
<style>
span { border-color: #A006DA; }
span { border-color: rgb(160,6,218); }
td.TdClassName
{
border-color: #A006DA;
}
.TagClassName
{
border-color: #A006DA;
}
</style>