Shades of Dark Orchid #A229C0
Tints of Dark Orchid #A229C0
RGB
CMYK
RGB Variations
Color information
#A229C0 (or 0xA229C0) is known color: Dark Orchid. HEX triplet: A2, 29 and C0. RGB value is (162,41,192). Sum of RGB (Red+Green+Blue) = 162+41+192=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #A229C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229C0 is #5DD63F. Grayscale: #5D5D5D. Windows color (decimal): -6149696 or 12593570. OLE color: 12593570.
HSL color Cylindrical-coordinate representation of color #A229C0: hue angle of 288.08º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A229C0 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 41 | 192 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.25 |
| HSL | 288.08º | 0.65% | 0.46% | - |
| HSV(B) | 288.08º | 0.79% | 0.75% | - |
| XYZ | 25.21 | 13.07 | 51.06 | - |
| YUV | 94.39 | 183.09 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 192 | 0.16 | 0.79 | 0 | 0.25 | 288.08 | 0.65 | 0.46 |
| Hex | A2 | 29 | C0 | 10 | 4F | 0 | 19 | 120 | 41 | 2E |
| Octal | 242 | 51 | 300 | 20 | 117 | 0 | 31 | 440 | 101 | 56 |
| Binary | 10100010 | 101001 | 11000000 | 10000 | 1001111 | 0 | 11001 | 100100000 | 1000001 | 101110 |
Color Harmonies of #A229C0
Complementary color
Monochromatic Colors of #A229C0
Black with #A229C0
Text Example
Text Example
White with #A229C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A229C0; }
p { color: rgb(162,41,192); }
H1.HeaderClassName
{
color: #A229C0;
}
.AnyTagClassName
{
color: #A229C0;
}
</style>
background-color css
<style>
a { background-color: #A229C0; }
a { background-color: rgb(162,41,192); }
div.DivClassName
{
background-color: #A229C0;
}
.BgClassName
{
background-color: #A229C0;
}
</style>
border-color css
<style>
span { border-color: #A229C0; }
span { border-color: rgb(162,41,192); }
td.TdClassName
{
border-color: #A229C0;
}
.TagClassName
{
border-color: #A229C0;
}
</style>