Shades of Dark Orchid #A218CB
Tints of Dark Orchid #A218CB
RGB
CMYK
RGB Variations
Color information
#A218CB (or 0xA218CB) is known color: Dark Orchid. HEX triplet: A2, 18 and CB. RGB value is (162,24,203). Sum of RGB (Red+Green+Blue) = 162+24+203=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #A218CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A218CB is #5DE734. Grayscale: #555555. Windows color (decimal): -6154037 or 13310114. OLE color: 13310114.
HSL color Cylindrical-coordinate representation of color #A218CB: hue angle of 286.26º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A218CB is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 24 | 203 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.20 |
| HSL | 286.26º | 0.79% | 0.45% | - |
| HSV(B) | 286.26º | 0.88% | 0.8% | - |
| XYZ | 26.01 | 12.65 | 57.57 | - |
| YUV | 85.67 | 194.22 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 203 | 0.20 | 0.88 | 0 | 0.20 | 286.26 | 0.79 | 0.45 |
| Hex | A2 | 18 | CB | 14 | 58 | 0 | 14 | 11E | 4F | 2D |
| Octal | 242 | 30 | 313 | 24 | 130 | 0 | 24 | 436 | 117 | 55 |
| Binary | 10100010 | 11000 | 11001011 | 10100 | 1011000 | 0 | 10100 | 100011110 | 1001111 | 101101 |
Color Harmonies of #A218CB
Complementary color
Monochromatic Colors of #A218CB
Black with #A218CB
Text Example
Text Example
White with #A218CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A218CB; }
p { color: rgb(162,24,203); }
H1.HeaderClassName
{
color: #A218CB;
}
.AnyTagClassName
{
color: #A218CB;
}
</style>
background-color css
<style>
a { background-color: #A218CB; }
a { background-color: rgb(162,24,203); }
div.DivClassName
{
background-color: #A218CB;
}
.BgClassName
{
background-color: #A218CB;
}
</style>
border-color css
<style>
span { border-color: #A218CB; }
span { border-color: rgb(162,24,203); }
td.TdClassName
{
border-color: #A218CB;
}
.TagClassName
{
border-color: #A218CB;
}
</style>