Shades of Dark Orchid #A02DB2
Tints of Dark Orchid #A02DB2
RGB
CMYK
RGB Variations
Color information
#A02DB2 (or 0xA02DB2) is known color: Dark Orchid. HEX triplet: A0, 2D and B2. RGB value is (160,45,178). Sum of RGB (Red+Green+Blue) = 160+45+178=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 178 - color contains mainly: blue. Hex color #A02DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02DB2 is #5FD24D. Grayscale: #5E5E5E. Windows color (decimal): -6279758 or 11677088. OLE color: 11677088.
HSL color Cylindrical-coordinate representation of color #A02DB2: hue angle of 291.88º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02DB2 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 45 | 178 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.30 |
| HSL | 291.88º | 0.6% | 0.44% | - |
| HSV(B) | 291.88º | 0.75% | 0.7% | - |
| XYZ | 23.47 | 12.56 | 43.31 | - |
| YUV | 94.55 | 175.1 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 178 | 0.10 | 0.75 | 0 | 0.30 | 291.88 | 0.6 | 0.44 |
| Hex | A0 | 2D | B2 | A | 4B | 0 | 1E | 124 | 3C | 2C |
| Octal | 240 | 55 | 262 | 12 | 113 | 0 | 36 | 444 | 74 | 54 |
| Binary | 10100000 | 101101 | 10110010 | 1010 | 1001011 | 0 | 11110 | 100100100 | 111100 | 101100 |
Color Harmonies of #A02DB2
Complementary color
Monochromatic Colors of #A02DB2
Black with #A02DB2
Text Example
Text Example
White with #A02DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02DB2; }
p { color: rgb(160,45,178); }
H1.HeaderClassName
{
color: #A02DB2;
}
.AnyTagClassName
{
color: #A02DB2;
}
</style>
background-color css
<style>
a { background-color: #A02DB2; }
a { background-color: rgb(160,45,178); }
div.DivClassName
{
background-color: #A02DB2;
}
.BgClassName
{
background-color: #A02DB2;
}
</style>
border-color css
<style>
span { border-color: #A02DB2; }
span { border-color: rgb(160,45,178); }
td.TdClassName
{
border-color: #A02DB2;
}
.TagClassName
{
border-color: #A02DB2;
}
</style>