Shades of Dark Orchid #A417C2
Tints of Dark Orchid #A417C2
RGB
CMYK
RGB Variations
Color information
#A417C2 (or 0xA417C2) is known color: Dark Orchid. HEX triplet: A4, 17 and C2. RGB value is (164,23,194). Sum of RGB (Red+Green+Blue) = 164+23+194=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 194 (76.17% from 255 or 50.92% from 381); Max value from RGB is 194 - color contains mainly: blue. Hex color #A417C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417C2 is #5BE83D. Grayscale: #545454. Windows color (decimal): -6023230 or 12720036. OLE color: 12720036.
HSL color Cylindrical-coordinate representation of color #A417C2: hue angle of 289.47º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A417C2 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 23 | 194 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.24 |
| HSL | 289.47º | 0.79% | 0.43% | - |
| HSV(B) | 289.47º | 0.88% | 0.76% | - |
| XYZ | 25.35 | 12.4 | 52.1 | - |
| YUV | 84.65 | 189.71 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 194 | 0.15 | 0.88 | 0 | 0.24 | 289.47 | 0.79 | 0.43 |
| Hex | A4 | 17 | C2 | F | 58 | 0 | 18 | 121 | 4F | 2B |
| Octal | 244 | 27 | 302 | 17 | 130 | 0 | 30 | 441 | 117 | 53 |
| Binary | 10100100 | 10111 | 11000010 | 1111 | 1011000 | 0 | 11000 | 100100001 | 1001111 | 101011 |
Color Harmonies of #A417C2
Complementary color
Monochromatic Colors of #A417C2
Black with #A417C2
Text Example
Text Example
White with #A417C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A417C2; }
p { color: rgb(164,23,194); }
H1.HeaderClassName
{
color: #A417C2;
}
.AnyTagClassName
{
color: #A417C2;
}
</style>
background-color css
<style>
a { background-color: #A417C2; }
a { background-color: rgb(164,23,194); }
div.DivClassName
{
background-color: #A417C2;
}
.BgClassName
{
background-color: #A417C2;
}
</style>
border-color css
<style>
span { border-color: #A417C2; }
span { border-color: rgb(164,23,194); }
td.TdClassName
{
border-color: #A417C2;
}
.TagClassName
{
border-color: #A417C2;
}
</style>