Shades of Dark Orchid #A617B3
Tints of Dark Orchid #A617B3
RGB
CMYK
RGB Variations
Color information
#A617B3 (or 0xA617B3) is known color: Dark Orchid. HEX triplet: A6, 17 and B3. RGB value is (166,23,179). Sum of RGB (Red+Green+Blue) = 166+23+179=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 179 (70.31% from 255 or 48.64% from 368); Max value from RGB is 179 - color contains mainly: blue. Hex color #A617B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A617B3 is #59E84C. Grayscale: #535353. Windows color (decimal): -5892173 or 11736998. OLE color: 11736998.
HSL color Cylindrical-coordinate representation of color #A617B3: hue angle of 295º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A617B3 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 23 | 179 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.30 |
| HSL | 295º | 0.77% | 0.4% | - |
| HSV(B) | 295º | 0.87% | 0.7% | - |
| XYZ | 24.17 | 11.97 | 43.69 | - |
| YUV | 83.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 179 | 0.07 | 0.87 | 0 | 0.30 | 295 | 0.77 | 0.4 |
| Hex | A6 | 17 | B3 | 7 | 57 | 0 | 1E | 127 | 4D | 28 |
| Octal | 246 | 27 | 263 | 7 | 127 | 0 | 36 | 447 | 115 | 50 |
| Binary | 10100110 | 10111 | 10110011 | 111 | 1010111 | 0 | 11110 | 100100111 | 1001101 | 101000 |
Color Harmonies of #A617B3
Complementary color
Monochromatic Colors of #A617B3
Black with #A617B3
Text Example
Text Example
White with #A617B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A617B3; }
p { color: rgb(166,23,179); }
H1.HeaderClassName
{
color: #A617B3;
}
.AnyTagClassName
{
color: #A617B3;
}
</style>
background-color css
<style>
a { background-color: #A617B3; }
a { background-color: rgb(166,23,179); }
div.DivClassName
{
background-color: #A617B3;
}
.BgClassName
{
background-color: #A617B3;
}
</style>
border-color css
<style>
span { border-color: #A617B3; }
span { border-color: rgb(166,23,179); }
td.TdClassName
{
border-color: #A617B3;
}
.TagClassName
{
border-color: #A617B3;
}
</style>