Shades of Dark Orchid #A02DBE
Tints of Dark Orchid #A02DBE
RGB
CMYK
RGB Variations
Color information
#A02DBE (or 0xA02DBE) is known color: Dark Orchid. HEX triplet: A0, 2D and BE. RGB value is (160,45,190). Sum of RGB (Red+Green+Blue) = 160+45+190=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #A02DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DBE is #5FD241. Grayscale: #5F5F5F. Windows color (decimal): -6279746 or 12463520. OLE color: 12463520.
HSL color Cylindrical-coordinate representation of color #A02DBE: hue angle of 287.59º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02DBE is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 45 | 190 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.25 |
| HSL | 287.59º | 0.62% | 0.46% | - |
| HSV(B) | 287.59º | 0.76% | 0.75% | - |
| XYZ | 24.73 | 13.07 | 49.93 | - |
| YUV | 95.92 | 181.1 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 190 | 0.16 | 0.76 | 0 | 0.25 | 287.59 | 0.62 | 0.46 |
| Hex | A0 | 2D | BE | 10 | 4C | 0 | 19 | 120 | 3E | 2E |
| Octal | 240 | 55 | 276 | 20 | 114 | 0 | 31 | 440 | 76 | 56 |
| Binary | 10100000 | 101101 | 10111110 | 10000 | 1001100 | 0 | 11001 | 100100000 | 111110 | 101110 |
Color Harmonies of #A02DBE
Complementary color
Monochromatic Colors of #A02DBE
Black with #A02DBE
Text Example
Text Example
White with #A02DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02DBE; }
p { color: rgb(160,45,190); }
H1.HeaderClassName
{
color: #A02DBE;
}
.AnyTagClassName
{
color: #A02DBE;
}
</style>
background-color css
<style>
a { background-color: #A02DBE; }
a { background-color: rgb(160,45,190); }
div.DivClassName
{
background-color: #A02DBE;
}
.BgClassName
{
background-color: #A02DBE;
}
</style>
border-color css
<style>
span { border-color: #A02DBE; }
span { border-color: rgb(160,45,190); }
td.TdClassName
{
border-color: #A02DBE;
}
.TagClassName
{
border-color: #A02DBE;
}
</style>