Shades of Dark Orchid #A24AD9
Tints of Dark Orchid #A24AD9
RGB
CMYK
RGB Variations
Color information
#A24AD9 (or 0xA24AD9) is known color: Dark Orchid. HEX triplet: A2, 4A and D9. RGB value is (162,74,217). Sum of RGB (Red+Green+Blue) = 162+74+217=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #A24AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24AD9 is #5DB526. Grayscale: #747474. Windows color (decimal): -6141223 or 14240418. OLE color: 14240418.
HSL color Cylindrical-coordinate representation of color #A24AD9: hue angle of 276.92º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A24AD9 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 74 | 217 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.15 |
| HSL | 276.92º | 0.65% | 0.57% | - |
| HSV(B) | 276.92º | 0.66% | 0.85% | - |
| XYZ | 29.87 | 17.59 | 67.47 | - |
| YUV | 116.61 | 184.65 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 217 | 0.25 | 0.66 | 0 | 0.15 | 276.92 | 0.65 | 0.57 |
| Hex | A2 | 4A | D9 | 19 | 42 | 0 | F | 115 | 41 | 39 |
| Octal | 242 | 112 | 331 | 31 | 102 | 0 | 17 | 425 | 101 | 71 |
| Binary | 10100010 | 1001010 | 11011001 | 11001 | 1000010 | 0 | 1111 | 100010101 | 1000001 | 111001 |
Color Harmonies of #A24AD9
Complementary color
Monochromatic Colors of #A24AD9
Black with #A24AD9
Text Example
Text Example
White with #A24AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24AD9; }
p { color: rgb(162,74,217); }
H1.HeaderClassName
{
color: #A24AD9;
}
.AnyTagClassName
{
color: #A24AD9;
}
</style>
background-color css
<style>
a { background-color: #A24AD9; }
a { background-color: rgb(162,74,217); }
div.DivClassName
{
background-color: #A24AD9;
}
.BgClassName
{
background-color: #A24AD9;
}
</style>
border-color css
<style>
span { border-color: #A24AD9; }
span { border-color: rgb(162,74,217); }
td.TdClassName
{
border-color: #A24AD9;
}
.TagClassName
{
border-color: #A24AD9;
}
</style>