Shades of Dark Orchid #A217B9
Tints of Dark Orchid #A217B9
RGB
CMYK
RGB Variations
Color information
#A217B9 (or 0xA217B9) is known color: Dark Orchid. HEX triplet: A2, 17 and B9. RGB value is (162,23,185). Sum of RGB (Red+Green+Blue) = 162+23+185=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 185 (72.66% from 255 or 50% from 370); Max value from RGB is 185 - color contains mainly: blue. Hex color #A217B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217B9 is #5DE846. Grayscale: #525252. Windows color (decimal): -6154311 or 12130210. OLE color: 12130210.
HSL color Cylindrical-coordinate representation of color #A217B9: hue angle of 291.48º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A217B9 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 23 | 185 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.27 |
| HSL | 291.48º | 0.78% | 0.41% | - |
| HSV(B) | 291.48º | 0.88% | 0.73% | - |
| XYZ | 23.96 | 11.8 | 46.91 | - |
| YUV | 83.03 | 185.55 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 185 | 0.12 | 0.88 | 0 | 0.27 | 291.48 | 0.78 | 0.41 |
| Hex | A2 | 17 | B9 | C | 58 | 0 | 1B | 123 | 4E | 29 |
| Octal | 242 | 27 | 271 | 14 | 130 | 0 | 33 | 443 | 116 | 51 |
| Binary | 10100010 | 10111 | 10111001 | 1100 | 1011000 | 0 | 11011 | 100100011 | 1001110 | 101001 |
Color Harmonies of #A217B9
Complementary color
Monochromatic Colors of #A217B9
Black with #A217B9
Text Example
Text Example
White with #A217B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A217B9; }
p { color: rgb(162,23,185); }
H1.HeaderClassName
{
color: #A217B9;
}
.AnyTagClassName
{
color: #A217B9;
}
</style>
background-color css
<style>
a { background-color: #A217B9; }
a { background-color: rgb(162,23,185); }
div.DivClassName
{
background-color: #A217B9;
}
.BgClassName
{
background-color: #A217B9;
}
</style>
border-color css
<style>
span { border-color: #A217B9; }
span { border-color: rgb(162,23,185); }
td.TdClassName
{
border-color: #A217B9;
}
.TagClassName
{
border-color: #A217B9;
}
</style>