Shades of Dark Orchid #A417C1
Tints of Dark Orchid #A417C1
RGB
CMYK
RGB Variations
Color information
#A417C1 (or 0xA417C1) is known color: Dark Orchid. HEX triplet: A4, 17 and C1. RGB value is (164,23,193). Sum of RGB (Red+Green+Blue) = 164+23+193=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #A417C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417C1 is #5BE83E. Grayscale: #545454. Windows color (decimal): -6023231 or 12654500. OLE color: 12654500.
HSL color Cylindrical-coordinate representation of color #A417C1: hue angle of 289.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A417C1 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 23 | 193 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.24 |
| HSL | 289.76º | 0.79% | 0.42% | - |
| HSV(B) | 289.76º | 0.88% | 0.76% | - |
| XYZ | 25.24 | 12.36 | 51.51 | - |
| YUV | 84.54 | 189.21 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 193 | 0.15 | 0.88 | 0 | 0.24 | 289.76 | 0.79 | 0.42 |
| Hex | A4 | 17 | C1 | F | 58 | 0 | 18 | 122 | 4F | 2A |
| Octal | 244 | 27 | 301 | 17 | 130 | 0 | 30 | 442 | 117 | 52 |
| Binary | 10100100 | 10111 | 11000001 | 1111 | 1011000 | 0 | 11000 | 100100010 | 1001111 | 101010 |
Color Harmonies of #A417C1
Complementary color
Monochromatic Colors of #A417C1
Black with #A417C1
Text Example
Text Example
White with #A417C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A417C1; }
p { color: rgb(164,23,193); }
H1.HeaderClassName
{
color: #A417C1;
}
.AnyTagClassName
{
color: #A417C1;
}
</style>
background-color css
<style>
a { background-color: #A417C1; }
a { background-color: rgb(164,23,193); }
div.DivClassName
{
background-color: #A417C1;
}
.BgClassName
{
background-color: #A417C1;
}
</style>
border-color css
<style>
span { border-color: #A417C1; }
span { border-color: rgb(164,23,193); }
td.TdClassName
{
border-color: #A417C1;
}
.TagClassName
{
border-color: #A417C1;
}
</style>