Shades of Dark Orchid #A217B5
Tints of Dark Orchid #A217B5
RGB
CMYK
RGB Variations
Color information
#A217B5 (or 0xA217B5) is known color: Dark Orchid. HEX triplet: A2, 17 and B5. RGB value is (162,23,181). Sum of RGB (Red+Green+Blue) = 162+23+181=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #A217B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217B5 is #5DE84A. Grayscale: #525252. Windows color (decimal): -6154315 or 11868066. OLE color: 11868066.
HSL color Cylindrical-coordinate representation of color #A217B5: hue angle of 292.78º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A217B5 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 23 | 181 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.29 |
| HSL | 292.78º | 0.77% | 0.4% | - |
| HSV(B) | 292.78º | 0.87% | 0.71% | - |
| XYZ | 23.55 | 11.63 | 44.72 | - |
| YUV | 82.57 | 183.55 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 181 | 0.10 | 0.87 | 0 | 0.29 | 292.78 | 0.77 | 0.4 |
| Hex | A2 | 17 | B5 | A | 57 | 0 | 1D | 125 | 4D | 28 |
| Octal | 242 | 27 | 265 | 12 | 127 | 0 | 35 | 445 | 115 | 50 |
| Binary | 10100010 | 10111 | 10110101 | 1010 | 1010111 | 0 | 11101 | 100100101 | 1001101 | 101000 |
Color Harmonies of #A217B5
Complementary color
Monochromatic Colors of #A217B5
Black with #A217B5
Text Example
Text Example
White with #A217B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A217B5; }
p { color: rgb(162,23,181); }
H1.HeaderClassName
{
color: #A217B5;
}
.AnyTagClassName
{
color: #A217B5;
}
</style>
background-color css
<style>
a { background-color: #A217B5; }
a { background-color: rgb(162,23,181); }
div.DivClassName
{
background-color: #A217B5;
}
.BgClassName
{
background-color: #A217B5;
}
</style>
border-color css
<style>
span { border-color: #A217B5; }
span { border-color: rgb(162,23,181); }
td.TdClassName
{
border-color: #A217B5;
}
.TagClassName
{
border-color: #A217B5;
}
</style>