Shades of Dark Orchid #A219CB
Tints of Dark Orchid #A219CB
RGB
CMYK
RGB Variations
Color information
#A219CB (or 0xA219CB) is known color: Dark Orchid. HEX triplet: A2, 19 and CB. RGB value is (162,25,203). Sum of RGB (Red+Green+Blue) = 162+25+203=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #A219CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219CB is #5DE634. Grayscale: #555555. Windows color (decimal): -6153781 or 13310370. OLE color: 13310370.
HSL color Cylindrical-coordinate representation of color #A219CB: hue angle of 286.18º degrees, saturation: 0.78, 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 #A219CB is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 25 | 203 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.20 |
| HSL | 286.18º | 0.78% | 0.45% | - |
| HSV(B) | 286.18º | 0.88% | 0.8% | - |
| XYZ | 26.03 | 12.69 | 57.58 | - |
| YUV | 86.26 | 193.89 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 203 | 0.20 | 0.88 | 0 | 0.20 | 286.18 | 0.78 | 0.45 |
| Hex | A2 | 19 | CB | 14 | 58 | 0 | 14 | 11E | 4E | 2D |
| Octal | 242 | 31 | 313 | 24 | 130 | 0 | 24 | 436 | 116 | 55 |
| Binary | 10100010 | 11001 | 11001011 | 10100 | 1011000 | 0 | 10100 | 100011110 | 1001110 | 101101 |
Color Harmonies of #A219CB
Complementary color
Monochromatic Colors of #A219CB
Black with #A219CB
Text Example
Text Example
White with #A219CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A219CB; }
p { color: rgb(162,25,203); }
H1.HeaderClassName
{
color: #A219CB;
}
.AnyTagClassName
{
color: #A219CB;
}
</style>
background-color css
<style>
a { background-color: #A219CB; }
a { background-color: rgb(162,25,203); }
div.DivClassName
{
background-color: #A219CB;
}
.BgClassName
{
background-color: #A219CB;
}
</style>
border-color css
<style>
span { border-color: #A219CB; }
span { border-color: rgb(162,25,203); }
td.TdClassName
{
border-color: #A219CB;
}
.TagClassName
{
border-color: #A219CB;
}
</style>