Shades of Dark Orchid #A224B2
Tints of Dark Orchid #A224B2
RGB
CMYK
RGB Variations
Color information
#A224B2 (or 0xA224B2) is known color: Dark Orchid. HEX triplet: A2, 24 and B2. RGB value is (162,36,178). Sum of RGB (Red+Green+Blue) = 162+36+178=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 178 - color contains mainly: blue. Hex color #A224B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A224B2 is #5DDB4D. Grayscale: #595959. Windows color (decimal): -6150990 or 11674786. OLE color: 11674786.
HSL color Cylindrical-coordinate representation of color #A224B2: hue angle of 293.24º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A224B2 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 36 | 178 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.30 |
| HSL | 293.24º | 0.66% | 0.42% | - |
| HSV(B) | 293.24º | 0.8% | 0.7% | - |
| XYZ | 23.57 | 12.16 | 43.22 | - |
| YUV | 89.86 | 177.74 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 178 | 0.09 | 0.80 | 0 | 0.30 | 293.24 | 0.66 | 0.42 |
| Hex | A2 | 24 | B2 | 9 | 50 | 0 | 1E | 125 | 42 | 2A |
| Octal | 242 | 44 | 262 | 11 | 120 | 0 | 36 | 445 | 102 | 52 |
| Binary | 10100010 | 100100 | 10110010 | 1001 | 1010000 | 0 | 11110 | 100100101 | 1000010 | 101010 |
Color Harmonies of #A224B2
Complementary color
Monochromatic Colors of #A224B2
Black with #A224B2
Text Example
Text Example
White with #A224B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A224B2; }
p { color: rgb(162,36,178); }
H1.HeaderClassName
{
color: #A224B2;
}
.AnyTagClassName
{
color: #A224B2;
}
</style>
background-color css
<style>
a { background-color: #A224B2; }
a { background-color: rgb(162,36,178); }
div.DivClassName
{
background-color: #A224B2;
}
.BgClassName
{
background-color: #A224B2;
}
</style>
border-color css
<style>
span { border-color: #A224B2; }
span { border-color: rgb(162,36,178); }
td.TdClassName
{
border-color: #A224B2;
}
.TagClassName
{
border-color: #A224B2;
}
</style>