Shades of Dark Orchid #A024BE
Tints of Dark Orchid #A024BE
RGB
CMYK
RGB Variations
Color information
#A024BE (or 0xA024BE) is known color: Dark Orchid. HEX triplet: A0, 24 and BE. RGB value is (160,36,190). Sum of RGB (Red+Green+Blue) = 160+36+190=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #A024BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024BE is #5FDB41. Grayscale: #5A5A5A. Windows color (decimal): -6282050 or 12461216. OLE color: 12461216.
HSL color Cylindrical-coordinate representation of color #A024BE: hue angle of 288.31º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A024BE is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 36 | 190 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.25 |
| HSL | 288.31º | 0.68% | 0.44% | - |
| HSV(B) | 288.31º | 0.81% | 0.75% | - |
| XYZ | 24.42 | 12.45 | 49.83 | - |
| YUV | 90.63 | 184.08 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 190 | 0.16 | 0.81 | 0 | 0.25 | 288.31 | 0.68 | 0.44 |
| Hex | A0 | 24 | BE | 10 | 51 | 0 | 19 | 120 | 44 | 2C |
| Octal | 240 | 44 | 276 | 20 | 121 | 0 | 31 | 440 | 104 | 54 |
| Binary | 10100000 | 100100 | 10111110 | 10000 | 1010001 | 0 | 11001 | 100100000 | 1000100 | 101100 |
Color Harmonies of #A024BE
Complementary color
Monochromatic Colors of #A024BE
Black with #A024BE
Text Example
Text Example
White with #A024BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024BE; }
p { color: rgb(160,36,190); }
H1.HeaderClassName
{
color: #A024BE;
}
.AnyTagClassName
{
color: #A024BE;
}
</style>
background-color css
<style>
a { background-color: #A024BE; }
a { background-color: rgb(160,36,190); }
div.DivClassName
{
background-color: #A024BE;
}
.BgClassName
{
background-color: #A024BE;
}
</style>
border-color css
<style>
span { border-color: #A024BE; }
span { border-color: rgb(160,36,190); }
td.TdClassName
{
border-color: #A024BE;
}
.TagClassName
{
border-color: #A024BE;
}
</style>