Shades of Dark Orchid #A217BD
Tints of Dark Orchid #A217BD
RGB
CMYK
RGB Variations
Color information
#A217BD (or 0xA217BD) is known color: Dark Orchid. HEX triplet: A2, 17 and BD. RGB value is (162,23,189). Sum of RGB (Red+Green+Blue) = 162+23+189=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #A217BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217BD is #5DE842. Grayscale: #525252. Windows color (decimal): -6154307 or 12392354. OLE color: 12392354.
HSL color Cylindrical-coordinate representation of color #A217BD: hue angle of 290.24º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A217BD is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 23 | 189 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.26 |
| HSL | 290.24º | 0.78% | 0.42% | - |
| HSV(B) | 290.24º | 0.88% | 0.74% | - |
| XYZ | 24.39 | 11.97 | 49.17 | - |
| YUV | 83.49 | 187.55 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 189 | 0.14 | 0.88 | 0 | 0.26 | 290.24 | 0.78 | 0.42 |
| Hex | A2 | 17 | BD | E | 58 | 0 | 1A | 122 | 4E | 2A |
| Octal | 242 | 27 | 275 | 16 | 130 | 0 | 32 | 442 | 116 | 52 |
| Binary | 10100010 | 10111 | 10111101 | 1110 | 1011000 | 0 | 11010 | 100100010 | 1001110 | 101010 |
Color Harmonies of #A217BD
Complementary color
Monochromatic Colors of #A217BD
Black with #A217BD
Text Example
Text Example
White with #A217BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A217BD; }
p { color: rgb(162,23,189); }
H1.HeaderClassName
{
color: #A217BD;
}
.AnyTagClassName
{
color: #A217BD;
}
</style>
background-color css
<style>
a { background-color: #A217BD; }
a { background-color: rgb(162,23,189); }
div.DivClassName
{
background-color: #A217BD;
}
.BgClassName
{
background-color: #A217BD;
}
</style>
border-color css
<style>
span { border-color: #A217BD; }
span { border-color: rgb(162,23,189); }
td.TdClassName
{
border-color: #A217BD;
}
.TagClassName
{
border-color: #A217BD;
}
</style>