Shades of Dark Orchid #A224DA
Tints of Dark Orchid #A224DA
RGB
CMYK
RGB Variations
Color information
#A224DA (or 0xA224DA) is known color: Dark Orchid. HEX triplet: A2, 24 and DA. RGB value is (162,36,218). Sum of RGB (Red+Green+Blue) = 162+36+218=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #A224DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A224DA is #5DDB25. Grayscale: #5D5D5D. Windows color (decimal): -6150950 or 14296226. OLE color: 14296226.
HSL color Cylindrical-coordinate representation of color #A224DA: hue angle of 281.54º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A224DA is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 36 | 218 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.15 |
| HSL | 281.54º | 0.72% | 0.5% | - |
| HSV(B) | 281.54º | 0.83% | 0.85% | - |
| XYZ | 28.19 | 14.01 | 67.55 | - |
| YUV | 94.42 | 197.74 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 218 | 0.26 | 0.83 | 0 | 0.15 | 281.54 | 0.72 | 0.5 |
| Hex | A2 | 24 | DA | 1A | 53 | 0 | F | 11A | 48 | 32 |
| Octal | 242 | 44 | 332 | 32 | 123 | 0 | 17 | 432 | 110 | 62 |
| Binary | 10100010 | 100100 | 11011010 | 11010 | 1010011 | 0 | 1111 | 100011010 | 1001000 | 110010 |
Color Harmonies of #A224DA
Complementary color
Monochromatic Colors of #A224DA
Black with #A224DA
Text Example
Text Example
White with #A224DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A224DA; }
p { color: rgb(162,36,218); }
H1.HeaderClassName
{
color: #A224DA;
}
.AnyTagClassName
{
color: #A224DA;
}
</style>
background-color css
<style>
a { background-color: #A224DA; }
a { background-color: rgb(162,36,218); }
div.DivClassName
{
background-color: #A224DA;
}
.BgClassName
{
background-color: #A224DA;
}
</style>
border-color css
<style>
span { border-color: #A224DA; }
span { border-color: rgb(162,36,218); }
td.TdClassName
{
border-color: #A224DA;
}
.TagClassName
{
border-color: #A224DA;
}
</style>