Shades of Dark Orchid #A02BDD
Tints of Dark Orchid #A02BDD
RGB
CMYK
RGB Variations
Color information
#A02BDD (or 0xA02BDD) is known color: Dark Orchid. HEX triplet: A0, 2B and DD. RGB value is (160,43,221). Sum of RGB (Red+Green+Blue) = 160+43+221=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #A02BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BDD is #5FD422. Grayscale: #616161. Windows color (decimal): -6280227 or 14494624. OLE color: 14494624.
HSL color Cylindrical-coordinate representation of color #A02BDD: hue angle of 279.44º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A02BDD is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 43 | 221 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.13 |
| HSL | 279.44º | 0.72% | 0.52% | - |
| HSV(B) | 279.44º | 0.81% | 0.87% | - |
| XYZ | 28.41 | 14.42 | 69.69 | - |
| YUV | 98.28 | 197.26 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 221 | 0.28 | 0.81 | 0 | 0.13 | 279.44 | 0.72 | 0.52 |
| Hex | A0 | 2B | DD | 1C | 51 | 0 | D | 117 | 48 | 34 |
| Octal | 240 | 53 | 335 | 34 | 121 | 0 | 15 | 427 | 110 | 64 |
| Binary | 10100000 | 101011 | 11011101 | 11100 | 1010001 | 0 | 1101 | 100010111 | 1001000 | 110100 |
Color Harmonies of #A02BDD
Complementary color
Monochromatic Colors of #A02BDD
Black with #A02BDD
Text Example
Text Example
White with #A02BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02BDD; }
p { color: rgb(160,43,221); }
H1.HeaderClassName
{
color: #A02BDD;
}
.AnyTagClassName
{
color: #A02BDD;
}
</style>
background-color css
<style>
a { background-color: #A02BDD; }
a { background-color: rgb(160,43,221); }
div.DivClassName
{
background-color: #A02BDD;
}
.BgClassName
{
background-color: #A02BDD;
}
</style>
border-color css
<style>
span { border-color: #A02BDD; }
span { border-color: rgb(160,43,221); }
td.TdClassName
{
border-color: #A02BDD;
}
.TagClassName
{
border-color: #A02BDD;
}
</style>