Shades of Dark Orchid #A024B0
Tints of Dark Orchid #A024B0
RGB
CMYK
RGB Variations
Color information
#A024B0 (or 0xA024B0) is known color: Dark Orchid. HEX triplet: A0, 24 and B0. RGB value is (160,36,176). Sum of RGB (Red+Green+Blue) = 160+36+176=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 176 (69.14% from 255 or 47.31% from 372); Max value from RGB is 176 - color contains mainly: blue. Hex color #A024B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A024B0 is #5FDB4F. Grayscale: #585858. Windows color (decimal): -6282064 or 11543712. OLE color: 11543712.
HSL color Cylindrical-coordinate representation of color #A024B0: hue angle of 293.14º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A024B0 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 36 | 176 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.31 |
| HSL | 293.14º | 0.66% | 0.42% | - |
| HSV(B) | 293.14º | 0.8% | 0.69% | - |
| XYZ | 22.96 | 11.87 | 42.16 | - |
| YUV | 89.04 | 177.08 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 176 | 0.09 | 0.80 | 0 | 0.31 | 293.14 | 0.66 | 0.42 |
| Hex | A0 | 24 | B0 | 9 | 50 | 0 | 1F | 125 | 42 | 2A |
| Octal | 240 | 44 | 260 | 11 | 120 | 0 | 37 | 445 | 102 | 52 |
| Binary | 10100000 | 100100 | 10110000 | 1001 | 1010000 | 0 | 11111 | 100100101 | 1000010 | 101010 |
Color Harmonies of #A024B0
Complementary color
Monochromatic Colors of #A024B0
Black with #A024B0
Text Example
Text Example
White with #A024B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024B0; }
p { color: rgb(160,36,176); }
H1.HeaderClassName
{
color: #A024B0;
}
.AnyTagClassName
{
color: #A024B0;
}
</style>
background-color css
<style>
a { background-color: #A024B0; }
a { background-color: rgb(160,36,176); }
div.DivClassName
{
background-color: #A024B0;
}
.BgClassName
{
background-color: #A024B0;
}
</style>
border-color css
<style>
span { border-color: #A024B0; }
span { border-color: rgb(160,36,176); }
td.TdClassName
{
border-color: #A024B0;
}
.TagClassName
{
border-color: #A024B0;
}
</style>