Shades of Dark Orchid #A024AC
Tints of Dark Orchid #A024AC
RGB
CMYK
RGB Variations
Color information
#A024AC (or 0xA024AC) is known color: Dark Orchid. HEX triplet: A0, 24 and AC. RGB value is (160,36,172). Sum of RGB (Red+Green+Blue) = 160+36+172=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #A024AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A024AC is #5FDB53. Grayscale: #585858. Windows color (decimal): -6282068 or 11281568. OLE color: 11281568.
HSL color Cylindrical-coordinate representation of color #A024AC: hue angle of 294.71º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A024AC is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 36 | 172 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.33 |
| HSL | 294.71º | 0.65% | 0.41% | - |
| HSV(B) | 294.71º | 0.79% | 0.67% | - |
| XYZ | 22.57 | 11.71 | 40.1 | - |
| YUV | 88.58 | 175.08 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 172 | 0.07 | 0.79 | 0 | 0.33 | 294.71 | 0.65 | 0.41 |
| Hex | A0 | 24 | AC | 7 | 4F | 0 | 21 | 127 | 41 | 29 |
| Octal | 240 | 44 | 254 | 7 | 117 | 0 | 41 | 447 | 101 | 51 |
| Binary | 10100000 | 100100 | 10101100 | 111 | 1001111 | 0 | 100001 | 100100111 | 1000001 | 101001 |
Color Harmonies of #A024AC
Complementary color
Monochromatic Colors of #A024AC
Black with #A024AC
Text Example
Text Example
White with #A024AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024AC; }
p { color: rgb(160,36,172); }
H1.HeaderClassName
{
color: #A024AC;
}
.AnyTagClassName
{
color: #A024AC;
}
</style>
background-color css
<style>
a { background-color: #A024AC; }
a { background-color: rgb(160,36,172); }
div.DivClassName
{
background-color: #A024AC;
}
.BgClassName
{
background-color: #A024AC;
}
</style>
border-color css
<style>
span { border-color: #A024AC; }
span { border-color: rgb(160,36,172); }
td.TdClassName
{
border-color: #A024AC;
}
.TagClassName
{
border-color: #A024AC;
}
</style>