Shades of Dark Orchid #A818C1
Tints of Dark Orchid #A818C1
RGB
CMYK
RGB Variations
Color information
#A818C1 (or 0xA818C1) is known color: Dark Orchid. HEX triplet: A8, 18 and C1. RGB value is (168,24,193). Sum of RGB (Red+Green+Blue) = 168+24+193=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #A818C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818C1 is #57E73E. Grayscale: #555555. Windows color (decimal): -5760831 or 12654760. OLE color: 12654760.
HSL color Cylindrical-coordinate representation of color #A818C1: hue angle of 291.12º degrees, saturation: 0.78, 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 #A818C1 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 24 | 193 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.24 |
| HSL | 291.12º | 0.78% | 0.43% | - |
| HSV(B) | 291.12º | 0.88% | 0.76% | - |
| XYZ | 26.1 | 12.83 | 51.55 | - |
| YUV | 86.32 | 188.21 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 193 | 0.13 | 0.88 | 0 | 0.24 | 291.12 | 0.78 | 0.43 |
| Hex | A8 | 18 | C1 | D | 58 | 0 | 18 | 123 | 4E | 2B |
| Octal | 250 | 30 | 301 | 15 | 130 | 0 | 30 | 443 | 116 | 53 |
| Binary | 10101000 | 11000 | 11000001 | 1101 | 1011000 | 0 | 11000 | 100100011 | 1001110 | 101011 |
Color Harmonies of #A818C1
Complementary color
Monochromatic Colors of #A818C1
Black with #A818C1
Text Example
Text Example
White with #A818C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818C1; }
p { color: rgb(168,24,193); }
H1.HeaderClassName
{
color: #A818C1;
}
.AnyTagClassName
{
color: #A818C1;
}
</style>
background-color css
<style>
a { background-color: #A818C1; }
a { background-color: rgb(168,24,193); }
div.DivClassName
{
background-color: #A818C1;
}
.BgClassName
{
background-color: #A818C1;
}
</style>
border-color css
<style>
span { border-color: #A818C1; }
span { border-color: rgb(168,24,193); }
td.TdClassName
{
border-color: #A818C1;
}
.TagClassName
{
border-color: #A818C1;
}
</style>