Shades of Dark Orchid #A02DAD
Tints of Dark Orchid #A02DAD
RGB
CMYK
RGB Variations
Color information
#A02DAD (or 0xA02DAD) is known color: Dark Orchid. HEX triplet: A0, 2D and AD. RGB value is (160,45,173). Sum of RGB (Red+Green+Blue) = 160+45+173=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #A02DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02DAD is #5FD252. Grayscale: #5D5D5D. Windows color (decimal): -6279763 or 11349408. OLE color: 11349408.
HSL color Cylindrical-coordinate representation of color #A02DAD: hue angle of 293.91º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02DAD is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 45 | 173 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.32 |
| HSL | 293.91º | 0.59% | 0.43% | - |
| HSV(B) | 293.91º | 0.74% | 0.68% | - |
| XYZ | 22.98 | 12.37 | 40.71 | - |
| YUV | 93.98 | 172.6 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 173 | 0.08 | 0.74 | 0 | 0.32 | 293.91 | 0.59 | 0.43 |
| Hex | A0 | 2D | AD | 8 | 4A | 0 | 20 | 126 | 3B | 2B |
| Octal | 240 | 55 | 255 | 10 | 112 | 0 | 40 | 446 | 73 | 53 |
| Binary | 10100000 | 101101 | 10101101 | 1000 | 1001010 | 0 | 100000 | 100100110 | 111011 | 101011 |
Color Harmonies of #A02DAD
Complementary color
Monochromatic Colors of #A02DAD
Black with #A02DAD
Text Example
Text Example
White with #A02DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02DAD; }
p { color: rgb(160,45,173); }
H1.HeaderClassName
{
color: #A02DAD;
}
.AnyTagClassName
{
color: #A02DAD;
}
</style>
background-color css
<style>
a { background-color: #A02DAD; }
a { background-color: rgb(160,45,173); }
div.DivClassName
{
background-color: #A02DAD;
}
.BgClassName
{
background-color: #A02DAD;
}
</style>
border-color css
<style>
span { border-color: #A02DAD; }
span { border-color: rgb(160,45,173); }
td.TdClassName
{
border-color: #A02DAD;
}
.TagClassName
{
border-color: #A02DAD;
}
</style>