Shades of Dark Orchid #A117B5
Tints of Dark Orchid #A117B5
RGB
CMYK
RGB Variations
Color information
#A117B5 (or 0xA117B5) is known color: Dark Orchid. HEX triplet: A1, 17 and B5. RGB value is (161,23,181). Sum of RGB (Red+Green+Blue) = 161+23+181=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 181 (71.09% from 255 or 49.59% from 365); Max value from RGB is 181 - color contains mainly: blue. Hex color #A117B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117B5 is #5EE84A. Grayscale: #515151. Windows color (decimal): -6219851 or 11868065. OLE color: 11868065.
HSL color Cylindrical-coordinate representation of color #A117B5: hue angle of 292.41º 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 #A117B5 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 23 | 181 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.29 |
| HSL | 292.41º | 0.77% | 0.4% | - |
| HSV(B) | 292.41º | 0.87% | 0.71% | - |
| XYZ | 23.34 | 11.53 | 44.71 | - |
| YUV | 82.27 | 183.72 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 181 | 0.11 | 0.87 | 0 | 0.29 | 292.41 | 0.77 | 0.4 |
| Hex | A1 | 17 | B5 | B | 57 | 0 | 1D | 124 | 4D | 28 |
| Octal | 241 | 27 | 265 | 13 | 127 | 0 | 35 | 444 | 115 | 50 |
| Binary | 10100001 | 10111 | 10110101 | 1011 | 1010111 | 0 | 11101 | 100100100 | 1001101 | 101000 |
Color Harmonies of #A117B5
Complementary color
Monochromatic Colors of #A117B5
Black with #A117B5
Text Example
Text Example
White with #A117B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A117B5; }
p { color: rgb(161,23,181); }
H1.HeaderClassName
{
color: #A117B5;
}
.AnyTagClassName
{
color: #A117B5;
}
</style>
background-color css
<style>
a { background-color: #A117B5; }
a { background-color: rgb(161,23,181); }
div.DivClassName
{
background-color: #A117B5;
}
.BgClassName
{
background-color: #A117B5;
}
</style>
border-color css
<style>
span { border-color: #A117B5; }
span { border-color: rgb(161,23,181); }
td.TdClassName
{
border-color: #A117B5;
}
.TagClassName
{
border-color: #A117B5;
}
</style>