Shades of Dark Orchid #A024C7
Tints of Dark Orchid #A024C7
RGB
CMYK
RGB Variations
Color information
#A024C7 (or 0xA024C7) is known color: Dark Orchid. HEX triplet: A0, 24 and C7. RGB value is (160,36,199). Sum of RGB (Red+Green+Blue) = 160+36+199=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 199 (78.12% from 255 or 50.38% from 395); Max value from RGB is 199 - color contains mainly: blue. Hex color #A024C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024C7 is #5FDB38. Grayscale: #5B5B5B. Windows color (decimal): -6282041 or 13051040. OLE color: 13051040.
HSL color Cylindrical-coordinate representation of color #A024C7: hue angle of 285.64º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A024C7 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 36 | 199 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.22 |
| HSL | 285.64º | 0.69% | 0.46% | - |
| HSV(B) | 285.64º | 0.82% | 0.78% | - |
| XYZ | 25.44 | 12.86 | 55.17 | - |
| YUV | 91.66 | 188.58 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 199 | 0.20 | 0.82 | 0 | 0.22 | 285.64 | 0.69 | 0.46 |
| Hex | A0 | 24 | C7 | 14 | 52 | 0 | 16 | 11E | 45 | 2E |
| Octal | 240 | 44 | 307 | 24 | 122 | 0 | 26 | 436 | 105 | 56 |
| Binary | 10100000 | 100100 | 11000111 | 10100 | 1010010 | 0 | 10110 | 100011110 | 1000101 | 101110 |
Color Harmonies of #A024C7
Complementary color
Monochromatic Colors of #A024C7
Black with #A024C7
Text Example
Text Example
White with #A024C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024C7; }
p { color: rgb(160,36,199); }
H1.HeaderClassName
{
color: #A024C7;
}
.AnyTagClassName
{
color: #A024C7;
}
</style>
background-color css
<style>
a { background-color: #A024C7; }
a { background-color: rgb(160,36,199); }
div.DivClassName
{
background-color: #A024C7;
}
.BgClassName
{
background-color: #A024C7;
}
</style>
border-color css
<style>
span { border-color: #A024C7; }
span { border-color: rgb(160,36,199); }
td.TdClassName
{
border-color: #A024C7;
}
.TagClassName
{
border-color: #A024C7;
}
</style>