Shades of Dark Orchid #A24AE3
Tints of Dark Orchid #A24AE3
RGB
CMYK
RGB Variations
Color information
#A24AE3 (or 0xA24AE3) is known color: Dark Orchid. HEX triplet: A2, 4A and E3. RGB value is (162,74,227). Sum of RGB (Red+Green+Blue) = 162+74+227=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 227 (89.06% from 255 or 49.03% from 463); Max value from RGB is 227 - color contains mainly: blue. Hex color #A24AE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24AE3 is #5DB51C. Grayscale: #757575. Windows color (decimal): -6141213 or 14895778. OLE color: 14895778.
HSL color Cylindrical-coordinate representation of color #A24AE3: hue angle of 274.51º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A24AE3 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 74 | 227 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.11 |
| HSL | 274.51º | 0.73% | 0.59% | - |
| HSV(B) | 274.51º | 0.67% | 0.89% | - |
| XYZ | 31.21 | 18.12 | 74.53 | - |
| YUV | 117.75 | 189.65 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 227 | 0.29 | 0.67 | 0 | 0.11 | 274.51 | 0.73 | 0.59 |
| Hex | A2 | 4A | E3 | 1D | 43 | 0 | B | 113 | 49 | 3B |
| Octal | 242 | 112 | 343 | 35 | 103 | 0 | 13 | 423 | 111 | 73 |
| Binary | 10100010 | 1001010 | 11100011 | 11101 | 1000011 | 0 | 1011 | 100010011 | 1001001 | 111011 |
Color Harmonies of #A24AE3
Complementary color
Monochromatic Colors of #A24AE3
Black with #A24AE3
Text Example
Text Example
White with #A24AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24AE3; }
p { color: rgb(162,74,227); }
H1.HeaderClassName
{
color: #A24AE3;
}
.AnyTagClassName
{
color: #A24AE3;
}
</style>
background-color css
<style>
a { background-color: #A24AE3; }
a { background-color: rgb(162,74,227); }
div.DivClassName
{
background-color: #A24AE3;
}
.BgClassName
{
background-color: #A24AE3;
}
</style>
border-color css
<style>
span { border-color: #A24AE3; }
span { border-color: rgb(162,74,227); }
td.TdClassName
{
border-color: #A24AE3;
}
.TagClassName
{
border-color: #A24AE3;
}
</style>