Shades of Dark Orchid #A217BF
Tints of Dark Orchid #A217BF
RGB
CMYK
RGB Variations
Color information
#A217BF (or 0xA217BF) is known color: Dark Orchid. HEX triplet: A2, 17 and BF. RGB value is (162,23,191). Sum of RGB (Red+Green+Blue) = 162+23+191=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #A217BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217BF is #5DE840. Grayscale: #535353. Windows color (decimal): -6154305 or 12523426. OLE color: 12523426.
HSL color Cylindrical-coordinate representation of color #A217BF: hue angle of 289.64º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A217BF is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 23 | 191 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.25 |
| HSL | 289.64º | 0.79% | 0.42% | - |
| HSV(B) | 289.64º | 0.88% | 0.75% | - |
| XYZ | 24.61 | 12.06 | 50.32 | - |
| YUV | 83.71 | 188.55 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 191 | 0.15 | 0.88 | 0 | 0.25 | 289.64 | 0.79 | 0.42 |
| Hex | A2 | 17 | BF | F | 58 | 0 | 19 | 122 | 4F | 2A |
| Octal | 242 | 27 | 277 | 17 | 130 | 0 | 31 | 442 | 117 | 52 |
| Binary | 10100010 | 10111 | 10111111 | 1111 | 1011000 | 0 | 11001 | 100100010 | 1001111 | 101010 |
Color Harmonies of #A217BF
Complementary color
Monochromatic Colors of #A217BF
Black with #A217BF
Text Example
Text Example
White with #A217BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A217BF; }
p { color: rgb(162,23,191); }
H1.HeaderClassName
{
color: #A217BF;
}
.AnyTagClassName
{
color: #A217BF;
}
</style>
background-color css
<style>
a { background-color: #A217BF; }
a { background-color: rgb(162,23,191); }
div.DivClassName
{
background-color: #A217BF;
}
.BgClassName
{
background-color: #A217BF;
}
</style>
border-color css
<style>
span { border-color: #A217BF; }
span { border-color: rgb(162,23,191); }
td.TdClassName
{
border-color: #A217BF;
}
.TagClassName
{
border-color: #A217BF;
}
</style>