Shades of Dark Orchid #A217BB
Tints of Dark Orchid #A217BB
RGB
CMYK
RGB Variations
Color information
#A217BB (or 0xA217BB) is known color: Dark Orchid. HEX triplet: A2, 17 and BB. RGB value is (162,23,187). Sum of RGB (Red+Green+Blue) = 162+23+187=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #A217BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217BB is #5DE844. Grayscale: #525252. Windows color (decimal): -6154309 or 12261282. OLE color: 12261282.
HSL color Cylindrical-coordinate representation of color #A217BB: hue angle of 290.85º 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 #A217BB is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 23 | 187 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.27 |
| HSL | 290.85º | 0.78% | 0.41% | - |
| HSV(B) | 290.85º | 0.88% | 0.73% | - |
| XYZ | 24.18 | 11.88 | 48.03 | - |
| YUV | 83.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 187 | 0.13 | 0.88 | 0 | 0.27 | 290.85 | 0.78 | 0.41 |
| Hex | A2 | 17 | BB | D | 58 | 0 | 1B | 123 | 4E | 29 |
| Octal | 242 | 27 | 273 | 15 | 130 | 0 | 33 | 443 | 116 | 51 |
| Binary | 10100010 | 10111 | 10111011 | 1101 | 1011000 | 0 | 11011 | 100100011 | 1001110 | 101001 |
Color Harmonies of #A217BB
Complementary color
Monochromatic Colors of #A217BB
Black with #A217BB
Text Example
Text Example
White with #A217BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A217BB; }
p { color: rgb(162,23,187); }
H1.HeaderClassName
{
color: #A217BB;
}
.AnyTagClassName
{
color: #A217BB;
}
</style>
background-color css
<style>
a { background-color: #A217BB; }
a { background-color: rgb(162,23,187); }
div.DivClassName
{
background-color: #A217BB;
}
.BgClassName
{
background-color: #A217BB;
}
</style>
border-color css
<style>
span { border-color: #A217BB; }
span { border-color: rgb(162,23,187); }
td.TdClassName
{
border-color: #A217BB;
}
.TagClassName
{
border-color: #A217BB;
}
</style>