Shades of Dark Orchid #A02EBD
Tints of Dark Orchid #A02EBD
RGB
CMYK
RGB Variations
Color information
#A02EBD (or 0xA02EBD) is known color: Dark Orchid. HEX triplet: A0, 2E and BD. RGB value is (160,46,189). Sum of RGB (Red+Green+Blue) = 160+46+189=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #A02EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02EBD is #5FD142. Grayscale: #5F5F5F. Windows color (decimal): -6279491 or 12398240. OLE color: 12398240.
HSL color Cylindrical-coordinate representation of color #A02EBD: hue angle of 287.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02EBD is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 46 | 189 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.26 |
| HSL | 287.83º | 0.61% | 0.46% | - |
| HSV(B) | 287.83º | 0.76% | 0.74% | - |
| XYZ | 24.66 | 13.1 | 49.37 | - |
| YUV | 96.39 | 180.27 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 189 | 0.15 | 0.76 | 0 | 0.26 | 287.83 | 0.61 | 0.46 |
| Hex | A0 | 2E | BD | F | 4C | 0 | 1A | 120 | 3D | 2E |
| Octal | 240 | 56 | 275 | 17 | 114 | 0 | 32 | 440 | 75 | 56 |
| Binary | 10100000 | 101110 | 10111101 | 1111 | 1001100 | 0 | 11010 | 100100000 | 111101 | 101110 |
Color Harmonies of #A02EBD
Complementary color
Monochromatic Colors of #A02EBD
Black with #A02EBD
Text Example
Text Example
White with #A02EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02EBD; }
p { color: rgb(160,46,189); }
H1.HeaderClassName
{
color: #A02EBD;
}
.AnyTagClassName
{
color: #A02EBD;
}
</style>
background-color css
<style>
a { background-color: #A02EBD; }
a { background-color: rgb(160,46,189); }
div.DivClassName
{
background-color: #A02EBD;
}
.BgClassName
{
background-color: #A02EBD;
}
</style>
border-color css
<style>
span { border-color: #A02EBD; }
span { border-color: rgb(160,46,189); }
td.TdClassName
{
border-color: #A02EBD;
}
.TagClassName
{
border-color: #A02EBD;
}
</style>