Shades of Dark Orchid #A417BC
Tints of Dark Orchid #A417BC
RGB
CMYK
RGB Variations
Color information
#A417BC (or 0xA417BC) is known color: Dark Orchid. HEX triplet: A4, 17 and BC. RGB value is (164,23,188). Sum of RGB (Red+Green+Blue) = 164+23+188=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #A417BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417BC is #5BE843. Grayscale: #535353. Windows color (decimal): -6023236 or 12326820. OLE color: 12326820.
HSL color Cylindrical-coordinate representation of color #A417BC: hue angle of 291.27º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A417BC is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 23 | 188 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.26 |
| HSL | 291.27º | 0.78% | 0.41% | - |
| HSV(B) | 291.27º | 0.88% | 0.74% | - |
| XYZ | 24.69 | 12.14 | 48.62 | - |
| YUV | 83.97 | 186.71 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 188 | 0.13 | 0.88 | 0 | 0.26 | 291.27 | 0.78 | 0.41 |
| Hex | A4 | 17 | BC | D | 58 | 0 | 1A | 123 | 4E | 29 |
| Octal | 244 | 27 | 274 | 15 | 130 | 0 | 32 | 443 | 116 | 51 |
| Binary | 10100100 | 10111 | 10111100 | 1101 | 1011000 | 0 | 11010 | 100100011 | 1001110 | 101001 |
Color Harmonies of #A417BC
Complementary color
Monochromatic Colors of #A417BC
Black with #A417BC
Text Example
Text Example
White with #A417BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A417BC; }
p { color: rgb(164,23,188); }
H1.HeaderClassName
{
color: #A417BC;
}
.AnyTagClassName
{
color: #A417BC;
}
</style>
background-color css
<style>
a { background-color: #A417BC; }
a { background-color: rgb(164,23,188); }
div.DivClassName
{
background-color: #A417BC;
}
.BgClassName
{
background-color: #A417BC;
}
</style>
border-color css
<style>
span { border-color: #A417BC; }
span { border-color: rgb(164,23,188); }
td.TdClassName
{
border-color: #A417BC;
}
.TagClassName
{
border-color: #A417BC;
}
</style>