Shades of Dark Orchid #A224B0
Tints of Dark Orchid #A224B0
RGB
CMYK
RGB Variations
Color information
#A224B0 (or 0xA224B0) is known color: Dark Orchid. HEX triplet: A2, 24 and B0. RGB value is (162,36,176). Sum of RGB (Red+Green+Blue) = 162+36+176=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 176 - color contains mainly: blue. Hex color #A224B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A224B0 is #5DDB4F. Grayscale: #595959. Windows color (decimal): -6150992 or 11543714. OLE color: 11543714.
HSL color Cylindrical-coordinate representation of color #A224B0: hue angle of 294º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A224B0 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 36 | 176 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.31 |
| HSL | 294º | 0.66% | 0.42% | - |
| HSV(B) | 294º | 0.8% | 0.69% | - |
| XYZ | 23.37 | 12.08 | 42.17 | - |
| YUV | 89.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 176 | 0.08 | 0.80 | 0 | 0.31 | 294 | 0.66 | 0.42 |
| Hex | A2 | 24 | B0 | 8 | 50 | 0 | 1F | 126 | 42 | 2A |
| Octal | 242 | 44 | 260 | 10 | 120 | 0 | 37 | 446 | 102 | 52 |
| Binary | 10100010 | 100100 | 10110000 | 1000 | 1010000 | 0 | 11111 | 100100110 | 1000010 | 101010 |
Color Harmonies of #A224B0
Complementary color
Monochromatic Colors of #A224B0
Black with #A224B0
Text Example
Text Example
White with #A224B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A224B0; }
p { color: rgb(162,36,176); }
H1.HeaderClassName
{
color: #A224B0;
}
.AnyTagClassName
{
color: #A224B0;
}
</style>
background-color css
<style>
a { background-color: #A224B0; }
a { background-color: rgb(162,36,176); }
div.DivClassName
{
background-color: #A224B0;
}
.BgClassName
{
background-color: #A224B0;
}
</style>
border-color css
<style>
span { border-color: #A224B0; }
span { border-color: rgb(162,36,176); }
td.TdClassName
{
border-color: #A224B0;
}
.TagClassName
{
border-color: #A224B0;
}
</style>