Shades of Dark Orchid #A024BC
Tints of Dark Orchid #A024BC
RGB
CMYK
RGB Variations
Color information
#A024BC (or 0xA024BC) is known color: Dark Orchid. HEX triplet: A0, 24 and BC. RGB value is (160,36,188). Sum of RGB (Red+Green+Blue) = 160+36+188=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #A024BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024BC is #5FDB43. Grayscale: #595959. Windows color (decimal): -6282052 or 12330144. OLE color: 12330144.
HSL color Cylindrical-coordinate representation of color #A024BC: hue angle of 288.95º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A024BC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 36 | 188 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.26 |
| HSL | 288.95º | 0.68% | 0.44% | - |
| HSV(B) | 288.95º | 0.81% | 0.74% | - |
| XYZ | 24.21 | 12.37 | 48.69 | - |
| YUV | 90.4 | 183.08 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 188 | 0.15 | 0.81 | 0 | 0.26 | 288.95 | 0.68 | 0.44 |
| Hex | A0 | 24 | BC | F | 51 | 0 | 1A | 121 | 44 | 2C |
| Octal | 240 | 44 | 274 | 17 | 121 | 0 | 32 | 441 | 104 | 54 |
| Binary | 10100000 | 100100 | 10111100 | 1111 | 1010001 | 0 | 11010 | 100100001 | 1000100 | 101100 |
Color Harmonies of #A024BC
Complementary color
Monochromatic Colors of #A024BC
Black with #A024BC
Text Example
Text Example
White with #A024BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024BC; }
p { color: rgb(160,36,188); }
H1.HeaderClassName
{
color: #A024BC;
}
.AnyTagClassName
{
color: #A024BC;
}
</style>
background-color css
<style>
a { background-color: #A024BC; }
a { background-color: rgb(160,36,188); }
div.DivClassName
{
background-color: #A024BC;
}
.BgClassName
{
background-color: #A024BC;
}
</style>
border-color css
<style>
span { border-color: #A024BC; }
span { border-color: rgb(160,36,188); }
td.TdClassName
{
border-color: #A024BC;
}
.TagClassName
{
border-color: #A024BC;
}
</style>