Shades of Dark Orchid #A418C0
Tints of Dark Orchid #A418C0
RGB
CMYK
RGB Variations
Color information
#A418C0 (or 0xA418C0) is known color: Dark Orchid. HEX triplet: A4, 18 and C0. RGB value is (164,24,192). Sum of RGB (Red+Green+Blue) = 164+24+192=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #A418C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A418C0 is #5BE73F. Grayscale: #545454. Windows color (decimal): -6022976 or 12589220. OLE color: 12589220.
HSL color Cylindrical-coordinate representation of color #A418C0: hue angle of 290º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A418C0 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 24 | 192 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.25 |
| HSL | 290º | 0.78% | 0.42% | - |
| HSV(B) | 290º | 0.88% | 0.75% | - |
| XYZ | 25.15 | 12.35 | 50.93 | - |
| YUV | 85.01 | 188.38 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 192 | 0.15 | 0.88 | 0 | 0.25 | 290 | 0.78 | 0.42 |
| Hex | A4 | 18 | C0 | F | 58 | 0 | 19 | 122 | 4E | 2A |
| Octal | 244 | 30 | 300 | 17 | 130 | 0 | 31 | 442 | 116 | 52 |
| Binary | 10100100 | 11000 | 11000000 | 1111 | 1011000 | 0 | 11001 | 100100010 | 1001110 | 101010 |
Color Harmonies of #A418C0
Complementary color
Monochromatic Colors of #A418C0
Black with #A418C0
Text Example
Text Example
White with #A418C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A418C0; }
p { color: rgb(164,24,192); }
H1.HeaderClassName
{
color: #A418C0;
}
.AnyTagClassName
{
color: #A418C0;
}
</style>
background-color css
<style>
a { background-color: #A418C0; }
a { background-color: rgb(164,24,192); }
div.DivClassName
{
background-color: #A418C0;
}
.BgClassName
{
background-color: #A418C0;
}
</style>
border-color css
<style>
span { border-color: #A418C0; }
span { border-color: rgb(164,24,192); }
td.TdClassName
{
border-color: #A418C0;
}
.TagClassName
{
border-color: #A418C0;
}
</style>