Shades of Dark Orchid #A218BC
Tints of Dark Orchid #A218BC
RGB
CMYK
RGB Variations
Color information
#A218BC (or 0xA218BC) is known color: Dark Orchid. HEX triplet: A2, 18 and BC. RGB value is (162,24,188). Sum of RGB (Red+Green+Blue) = 162+24+188=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #A218BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A218BC is #5DE743. Grayscale: #535353. Windows color (decimal): -6154052 or 12327074. OLE color: 12327074.
HSL color Cylindrical-coordinate representation of color #A218BC: hue angle of 290.49º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A218BC is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 24 | 188 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.26 |
| HSL | 290.49º | 0.77% | 0.42% | - |
| HSV(B) | 290.49º | 0.87% | 0.74% | - |
| XYZ | 24.3 | 11.97 | 48.61 | - |
| YUV | 83.96 | 186.72 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 188 | 0.14 | 0.87 | 0 | 0.26 | 290.49 | 0.77 | 0.42 |
| Hex | A2 | 18 | BC | E | 57 | 0 | 1A | 122 | 4D | 2A |
| Octal | 242 | 30 | 274 | 16 | 127 | 0 | 32 | 442 | 115 | 52 |
| Binary | 10100010 | 11000 | 10111100 | 1110 | 1010111 | 0 | 11010 | 100100010 | 1001101 | 101010 |
Color Harmonies of #A218BC
Complementary color
Monochromatic Colors of #A218BC
Black with #A218BC
Text Example
Text Example
White with #A218BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A218BC; }
p { color: rgb(162,24,188); }
H1.HeaderClassName
{
color: #A218BC;
}
.AnyTagClassName
{
color: #A218BC;
}
</style>
background-color css
<style>
a { background-color: #A218BC; }
a { background-color: rgb(162,24,188); }
div.DivClassName
{
background-color: #A218BC;
}
.BgClassName
{
background-color: #A218BC;
}
</style>
border-color css
<style>
span { border-color: #A218BC; }
span { border-color: rgb(162,24,188); }
td.TdClassName
{
border-color: #A218BC;
}
.TagClassName
{
border-color: #A218BC;
}
</style>