Shades of Dark Orchid #A522D0
Tints of Dark Orchid #A522D0
RGB
CMYK
RGB Variations
Color information
#A522D0 (or 0xA522D0) is known color: Dark Orchid. HEX triplet: A5, 22 and D0. RGB value is (165,34,208). Sum of RGB (Red+Green+Blue) = 165+34+208=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #A522D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A522D0 is #5ADD2F. Grayscale: #5C5C5C. Windows color (decimal): -5954864 or 13640357. OLE color: 13640357.
HSL color Cylindrical-coordinate representation of color #A522D0: hue angle of 285.17º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A522D0 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 34 | 208 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.18 |
| HSL | 285.17º | 0.72% | 0.47% | - |
| HSV(B) | 285.17º | 0.84% | 0.82% | - |
| XYZ | 27.47 | 13.7 | 60.87 | - |
| YUV | 93.01 | 192.9 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 34 | 208 | 0.21 | 0.84 | 0 | 0.18 | 285.17 | 0.72 | 0.47 |
| Hex | A5 | 22 | D0 | 15 | 54 | 0 | 12 | 11D | 48 | 2F |
| Octal | 245 | 42 | 320 | 25 | 124 | 0 | 22 | 435 | 110 | 57 |
| Binary | 10100101 | 100010 | 11010000 | 10101 | 1010100 | 0 | 10010 | 100011101 | 1001000 | 101111 |
Color Harmonies of #A522D0
Complementary color
Monochromatic Colors of #A522D0
Black with #A522D0
Text Example
Text Example
White with #A522D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A522D0; }
p { color: rgb(165,34,208); }
H1.HeaderClassName
{
color: #A522D0;
}
.AnyTagClassName
{
color: #A522D0;
}
</style>
background-color css
<style>
a { background-color: #A522D0; }
a { background-color: rgb(165,34,208); }
div.DivClassName
{
background-color: #A522D0;
}
.BgClassName
{
background-color: #A522D0;
}
</style>
border-color css
<style>
span { border-color: #A522D0; }
span { border-color: rgb(165,34,208); }
td.TdClassName
{
border-color: #A522D0;
}
.TagClassName
{
border-color: #A522D0;
}
</style>