Shades of Dark Orchid #A224AB
Tints of Dark Orchid #A224AB
RGB
CMYK
RGB Variations
Color information
#A224AB (or 0xA224AB) is known color: Dark Orchid. HEX triplet: A2, 24 and AB. RGB value is (162,36,171). Sum of RGB (Red+Green+Blue) = 162+36+171=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #A224AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A224AB is #5DDB54. Grayscale: #585858. Windows color (decimal): -6150997 or 11216034. OLE color: 11216034.
HSL color Cylindrical-coordinate representation of color #A224AB: hue angle of 296º 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 #A224AB is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 36 | 171 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.33 |
| HSL | 296º | 0.65% | 0.41% | - |
| HSV(B) | 296º | 0.79% | 0.67% | - |
| XYZ | 22.88 | 11.88 | 39.62 | - |
| YUV | 89.06 | 174.24 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 171 | 0.05 | 0.79 | 0 | 0.33 | 296 | 0.65 | 0.41 |
| Hex | A2 | 24 | AB | 5 | 4F | 0 | 21 | 128 | 41 | 29 |
| Octal | 242 | 44 | 253 | 5 | 117 | 0 | 41 | 450 | 101 | 51 |
| Binary | 10100010 | 100100 | 10101011 | 101 | 1001111 | 0 | 100001 | 100101000 | 1000001 | 101001 |
Color Harmonies of #A224AB
Complementary color
Monochromatic Colors of #A224AB
Black with #A224AB
Text Example
Text Example
White with #A224AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A224AB; }
p { color: rgb(162,36,171); }
H1.HeaderClassName
{
color: #A224AB;
}
.AnyTagClassName
{
color: #A224AB;
}
</style>
background-color css
<style>
a { background-color: #A224AB; }
a { background-color: rgb(162,36,171); }
div.DivClassName
{
background-color: #A224AB;
}
.BgClassName
{
background-color: #A224AB;
}
</style>
border-color css
<style>
span { border-color: #A224AB; }
span { border-color: rgb(162,36,171); }
td.TdClassName
{
border-color: #A224AB;
}
.TagClassName
{
border-color: #A224AB;
}
</style>