Shades of Dark Orchid #A224B6
Tints of Dark Orchid #A224B6
RGB
CMYK
RGB Variations
Color information
#A224B6 (or 0xA224B6) is known color: Dark Orchid. HEX triplet: A2, 24 and B6. RGB value is (162,36,182). Sum of RGB (Red+Green+Blue) = 162+36+182=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 182 - color contains mainly: blue. Hex color #A224B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A224B6 is #5DDB49. Grayscale: #595959. Windows color (decimal): -6150986 or 11936930. OLE color: 11936930.
HSL color Cylindrical-coordinate representation of color #A224B6: hue angle of 291.78º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A224B6 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 36 | 182 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.29 |
| HSL | 291.78º | 0.67% | 0.43% | - |
| HSV(B) | 291.78º | 0.8% | 0.71% | - |
| XYZ | 23.97 | 12.32 | 45.37 | - |
| YUV | 90.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 182 | 0.11 | 0.80 | 0 | 0.29 | 291.78 | 0.67 | 0.43 |
| Hex | A2 | 24 | B6 | B | 50 | 0 | 1D | 124 | 43 | 2B |
| Octal | 242 | 44 | 266 | 13 | 120 | 0 | 35 | 444 | 103 | 53 |
| Binary | 10100010 | 100100 | 10110110 | 1011 | 1010000 | 0 | 11101 | 100100100 | 1000011 | 101011 |
Color Harmonies of #A224B6
Complementary color
Monochromatic Colors of #A224B6
Black with #A224B6
Text Example
Text Example
White with #A224B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A224B6; }
p { color: rgb(162,36,182); }
H1.HeaderClassName
{
color: #A224B6;
}
.AnyTagClassName
{
color: #A224B6;
}
</style>
background-color css
<style>
a { background-color: #A224B6; }
a { background-color: rgb(162,36,182); }
div.DivClassName
{
background-color: #A224B6;
}
.BgClassName
{
background-color: #A224B6;
}
</style>
border-color css
<style>
span { border-color: #A224B6; }
span { border-color: rgb(162,36,182); }
td.TdClassName
{
border-color: #A224B6;
}
.TagClassName
{
border-color: #A224B6;
}
</style>