Shades of Dark Orchid #A224BB
Tints of Dark Orchid #A224BB
RGB
CMYK
RGB Variations
Color information
#A224BB (or 0xA224BB) is known color: Dark Orchid. HEX triplet: A2, 24 and BB. RGB value is (162,36,187). Sum of RGB (Red+Green+Blue) = 162+36+187=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #A224BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A224BB is #5DDB44. Grayscale: #5A5A5A. Windows color (decimal): -6150981 or 12264610. OLE color: 12264610.
HSL color Cylindrical-coordinate representation of color #A224BB: hue angle of 290.07º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A224BB is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 36 | 187 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.27 |
| HSL | 290.07º | 0.68% | 0.44% | - |
| HSV(B) | 290.07º | 0.81% | 0.73% | - |
| XYZ | 24.5 | 12.53 | 48.14 | - |
| YUV | 90.89 | 182.24 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 187 | 0.13 | 0.81 | 0 | 0.27 | 290.07 | 0.68 | 0.44 |
| Hex | A2 | 24 | BB | D | 51 | 0 | 1B | 122 | 44 | 2C |
| Octal | 242 | 44 | 273 | 15 | 121 | 0 | 33 | 442 | 104 | 54 |
| Binary | 10100010 | 100100 | 10111011 | 1101 | 1010001 | 0 | 11011 | 100100010 | 1000100 | 101100 |
Color Harmonies of #A224BB
Complementary color
Monochromatic Colors of #A224BB
Black with #A224BB
Text Example
Text Example
White with #A224BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A224BB; }
p { color: rgb(162,36,187); }
H1.HeaderClassName
{
color: #A224BB;
}
.AnyTagClassName
{
color: #A224BB;
}
</style>
background-color css
<style>
a { background-color: #A224BB; }
a { background-color: rgb(162,36,187); }
div.DivClassName
{
background-color: #A224BB;
}
.BgClassName
{
background-color: #A224BB;
}
</style>
border-color css
<style>
span { border-color: #A224BB; }
span { border-color: rgb(162,36,187); }
td.TdClassName
{
border-color: #A224BB;
}
.TagClassName
{
border-color: #A224BB;
}
</style>