Shades of Dark Orchid #A02DCA
Tints of Dark Orchid #A02DCA
RGB
CMYK
RGB Variations
Color information
#A02DCA (or 0xA02DCA) is known color: Dark Orchid. HEX triplet: A0, 2D and CA. RGB value is (160,45,202). Sum of RGB (Red+Green+Blue) = 160+45+202=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #A02DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DCA is #5FD235. Grayscale: #606060. Windows color (decimal): -6279734 or 13249952. OLE color: 13249952.
HSL color Cylindrical-coordinate representation of color #A02DCA: hue angle of 283.95º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A02DCA is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 45 | 202 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.21 |
| HSL | 283.95º | 0.64% | 0.48% | - |
| HSV(B) | 283.95º | 0.78% | 0.79% | - |
| XYZ | 26.1 | 13.61 | 57.13 | - |
| YUV | 97.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 202 | 0.21 | 0.78 | 0 | 0.21 | 283.95 | 0.64 | 0.48 |
| Hex | A0 | 2D | CA | 15 | 4E | 0 | 15 | 11C | 40 | 30 |
| Octal | 240 | 55 | 312 | 25 | 116 | 0 | 25 | 434 | 100 | 60 |
| Binary | 10100000 | 101101 | 11001010 | 10101 | 1001110 | 0 | 10101 | 100011100 | 1000000 | 110000 |
Color Harmonies of #A02DCA
Complementary color
Monochromatic Colors of #A02DCA
Black with #A02DCA
Text Example
Text Example
White with #A02DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02DCA; }
p { color: rgb(160,45,202); }
H1.HeaderClassName
{
color: #A02DCA;
}
.AnyTagClassName
{
color: #A02DCA;
}
</style>
background-color css
<style>
a { background-color: #A02DCA; }
a { background-color: rgb(160,45,202); }
div.DivClassName
{
background-color: #A02DCA;
}
.BgClassName
{
background-color: #A02DCA;
}
</style>
border-color css
<style>
span { border-color: #A02DCA; }
span { border-color: rgb(160,45,202); }
td.TdClassName
{
border-color: #A02DCA;
}
.TagClassName
{
border-color: #A02DCA;
}
</style>