Shades of Dark Orchid #A024C6
Tints of Dark Orchid #A024C6
RGB
CMYK
RGB Variations
Color information
#A024C6 (or 0xA024C6) is known color: Dark Orchid. HEX triplet: A0, 24 and C6. RGB value is (160,36,198). Sum of RGB (Red+Green+Blue) = 160+36+198=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #A024C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024C6 is #5FDB39. Grayscale: #5B5B5B. Windows color (decimal): -6282042 or 12985504. OLE color: 12985504.
HSL color Cylindrical-coordinate representation of color #A024C6: hue angle of 285.93º 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 #A024C6 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 36 | 198 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.22 |
| HSL | 285.93º | 0.69% | 0.46% | - |
| HSV(B) | 285.93º | 0.82% | 0.78% | - |
| XYZ | 25.32 | 12.81 | 54.56 | - |
| YUV | 91.54 | 188.08 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 198 | 0.19 | 0.82 | 0 | 0.22 | 285.93 | 0.69 | 0.46 |
| Hex | A0 | 24 | C6 | 13 | 52 | 0 | 16 | 11E | 45 | 2E |
| Octal | 240 | 44 | 306 | 23 | 122 | 0 | 26 | 436 | 105 | 56 |
| Binary | 10100000 | 100100 | 11000110 | 10011 | 1010010 | 0 | 10110 | 100011110 | 1000101 | 101110 |
Color Harmonies of #A024C6
Complementary color
Monochromatic Colors of #A024C6
Black with #A024C6
Text Example
Text Example
White with #A024C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024C6; }
p { color: rgb(160,36,198); }
H1.HeaderClassName
{
color: #A024C6;
}
.AnyTagClassName
{
color: #A024C6;
}
</style>
background-color css
<style>
a { background-color: #A024C6; }
a { background-color: rgb(160,36,198); }
div.DivClassName
{
background-color: #A024C6;
}
.BgClassName
{
background-color: #A024C6;
}
</style>
border-color css
<style>
span { border-color: #A024C6; }
span { border-color: rgb(160,36,198); }
td.TdClassName
{
border-color: #A024C6;
}
.TagClassName
{
border-color: #A024C6;
}
</style>