Shades of Dark Orchid #A617B7
Tints of Dark Orchid #A617B7
RGB
CMYK
RGB Variations
Color information
#A617B7 (or 0xA617B7) is known color: Dark Orchid. HEX triplet: A6, 17 and B7. RGB value is (166,23,183). Sum of RGB (Red+Green+Blue) = 166+23+183=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 183 (71.88% from 255 or 49.19% from 372); Max value from RGB is 183 - color contains mainly: blue. Hex color #A617B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A617B7 is #59E848. Grayscale: #535353. Windows color (decimal): -5892169 or 11999142. OLE color: 11999142.
HSL color Cylindrical-coordinate representation of color #A617B7: hue angle of 293.62º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A617B7 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 23 | 183 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.28 |
| HSL | 293.63º | 0.78% | 0.4% | - |
| HSV(B) | 293.63º | 0.87% | 0.72% | - |
| XYZ | 24.58 | 12.14 | 45.85 | - |
| YUV | 84 | 183.88 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 183 | 0.09 | 0.87 | 0 | 0.28 | 293.63 | 0.78 | 0.4 |
| Hex | A6 | 17 | B7 | 9 | 57 | 0 | 1C | 126 | 4E | 28 |
| Octal | 246 | 27 | 267 | 11 | 127 | 0 | 34 | 446 | 116 | 50 |
| Binary | 10100110 | 10111 | 10110111 | 1001 | 1010111 | 0 | 11100 | 100100110 | 1001110 | 101000 |
Color Harmonies of #A617B7
Complementary color
Monochromatic Colors of #A617B7
Black with #A617B7
Text Example
Text Example
White with #A617B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A617B7; }
p { color: rgb(166,23,183); }
H1.HeaderClassName
{
color: #A617B7;
}
.AnyTagClassName
{
color: #A617B7;
}
</style>
background-color css
<style>
a { background-color: #A617B7; }
a { background-color: rgb(166,23,183); }
div.DivClassName
{
background-color: #A617B7;
}
.BgClassName
{
background-color: #A617B7;
}
</style>
border-color css
<style>
span { border-color: #A617B7; }
span { border-color: rgb(166,23,183); }
td.TdClassName
{
border-color: #A617B7;
}
.TagClassName
{
border-color: #A617B7;
}
</style>