Shades of Dark Orchid #A42CDE
Tints of Dark Orchid #A42CDE
RGB
CMYK
RGB Variations
Color information
#A42CDE (or 0xA42CDE) is known color: Dark Orchid. HEX triplet: A4, 2C and DE. RGB value is (164,44,222). Sum of RGB (Red+Green+Blue) = 164+44+222=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #A42CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CDE is #5BD321. Grayscale: #636363. Windows color (decimal): -6017826 or 14560420. OLE color: 14560420.
HSL color Cylindrical-coordinate representation of color #A42CDE: hue angle of 280.45º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42CDE is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 44 | 222 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.13 |
| HSL | 280.45º | 0.73% | 0.52% | - |
| HSV(B) | 280.45º | 0.8% | 0.87% | - |
| XYZ | 29.4 | 14.97 | 70.45 | - |
| YUV | 100.17 | 196.76 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 222 | 0.26 | 0.80 | 0 | 0.13 | 280.45 | 0.73 | 0.52 |
| Hex | A4 | 2C | DE | 1A | 50 | 0 | D | 118 | 49 | 34 |
| Octal | 244 | 54 | 336 | 32 | 120 | 0 | 15 | 430 | 111 | 64 |
| Binary | 10100100 | 101100 | 11011110 | 11010 | 1010000 | 0 | 1101 | 100011000 | 1001001 | 110100 |
Color Harmonies of #A42CDE
Complementary color
Monochromatic Colors of #A42CDE
Black with #A42CDE
Text Example
Text Example
White with #A42CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42CDE; }
p { color: rgb(164,44,222); }
H1.HeaderClassName
{
color: #A42CDE;
}
.AnyTagClassName
{
color: #A42CDE;
}
</style>
background-color css
<style>
a { background-color: #A42CDE; }
a { background-color: rgb(164,44,222); }
div.DivClassName
{
background-color: #A42CDE;
}
.BgClassName
{
background-color: #A42CDE;
}
</style>
border-color css
<style>
span { border-color: #A42CDE; }
span { border-color: rgb(164,44,222); }
td.TdClassName
{
border-color: #A42CDE;
}
.TagClassName
{
border-color: #A42CDE;
}
</style>