Shades of Dark Orchid #A224DF
Tints of Dark Orchid #A224DF
RGB
CMYK
RGB Variations
Color information
#A224DF (or 0xA224DF) is known color: Dark Orchid. HEX triplet: A2, 24 and DF. RGB value is (162,36,223). Sum of RGB (Red+Green+Blue) = 162+36+223=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #A224DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A224DF is #5DDB20. Grayscale: #5E5E5E. Windows color (decimal): -6150945 or 14623906. OLE color: 14623906.
HSL color Cylindrical-coordinate representation of color #A224DF: hue angle of 280.43º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A224DF is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 36 | 223 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.13 |
| HSL | 280.43º | 0.75% | 0.51% | - |
| HSV(B) | 280.43º | 0.84% | 0.87% | - |
| XYZ | 28.85 | 14.27 | 71.05 | - |
| YUV | 94.99 | 200.24 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 223 | 0.27 | 0.84 | 0 | 0.13 | 280.43 | 0.75 | 0.51 |
| Hex | A2 | 24 | DF | 1B | 54 | 0 | D | 118 | 4B | 33 |
| Octal | 242 | 44 | 337 | 33 | 124 | 0 | 15 | 430 | 113 | 63 |
| Binary | 10100010 | 100100 | 11011111 | 11011 | 1010100 | 0 | 1101 | 100011000 | 1001011 | 110011 |
Color Harmonies of #A224DF
Complementary color
Monochromatic Colors of #A224DF
Black with #A224DF
Text Example
Text Example
White with #A224DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A224DF; }
p { color: rgb(162,36,223); }
H1.HeaderClassName
{
color: #A224DF;
}
.AnyTagClassName
{
color: #A224DF;
}
</style>
background-color css
<style>
a { background-color: #A224DF; }
a { background-color: rgb(162,36,223); }
div.DivClassName
{
background-color: #A224DF;
}
.BgClassName
{
background-color: #A224DF;
}
</style>
border-color css
<style>
span { border-color: #A224DF; }
span { border-color: rgb(162,36,223); }
td.TdClassName
{
border-color: #A224DF;
}
.TagClassName
{
border-color: #A224DF;
}
</style>