Shades of Dark Orchid #A42CC0
Tints of Dark Orchid #A42CC0
RGB
CMYK
RGB Variations
Color information
#A42CC0 (or 0xA42CC0) is known color: Dark Orchid. HEX triplet: A4, 2C and C0. RGB value is (164,44,192). Sum of RGB (Red+Green+Blue) = 164+44+192=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #A42CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CC0 is #5BD33F. Grayscale: #606060. Windows color (decimal): -6017856 or 12594340. OLE color: 12594340.
HSL color Cylindrical-coordinate representation of color #A42CC0: hue angle of 288.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42CC0 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 44 | 192 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.25 |
| HSL | 288.65º | 0.63% | 0.46% | - |
| HSV(B) | 288.65º | 0.77% | 0.75% | - |
| XYZ | 25.72 | 13.5 | 51.12 | - |
| YUV | 96.75 | 181.76 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 192 | 0.15 | 0.77 | 0 | 0.25 | 288.65 | 0.63 | 0.46 |
| Hex | A4 | 2C | C0 | F | 4D | 0 | 19 | 121 | 3F | 2E |
| Octal | 244 | 54 | 300 | 17 | 115 | 0 | 31 | 441 | 77 | 56 |
| Binary | 10100100 | 101100 | 11000000 | 1111 | 1001101 | 0 | 11001 | 100100001 | 111111 | 101110 |
Color Harmonies of #A42CC0
Complementary color
Monochromatic Colors of #A42CC0
Black with #A42CC0
Text Example
Text Example
White with #A42CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42CC0; }
p { color: rgb(164,44,192); }
H1.HeaderClassName
{
color: #A42CC0;
}
.AnyTagClassName
{
color: #A42CC0;
}
</style>
background-color css
<style>
a { background-color: #A42CC0; }
a { background-color: rgb(164,44,192); }
div.DivClassName
{
background-color: #A42CC0;
}
.BgClassName
{
background-color: #A42CC0;
}
</style>
border-color css
<style>
span { border-color: #A42CC0; }
span { border-color: rgb(164,44,192); }
td.TdClassName
{
border-color: #A42CC0;
}
.TagClassName
{
border-color: #A42CC0;
}
</style>