Shades of Dark Orchid #A42CAE
Tints of Dark Orchid #A42CAE
RGB
CMYK
RGB Variations
Color information
#A42CAE (or 0xA42CAE) is known color: Dark Orchid. HEX triplet: A4, 2C and AE. RGB value is (164,44,174). Sum of RGB (Red+Green+Blue) = 164+44+174=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #A42CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42CAE is #5BD351. Grayscale: #5E5E5E. Windows color (decimal): -6017874 or 11414692. OLE color: 11414692.
HSL color Cylindrical-coordinate representation of color #A42CAE: hue angle of 295.38º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42CAE is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 44 | 174 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.32 |
| HSL | 295.38º | 0.6% | 0.43% | - |
| HSV(B) | 295.38º | 0.75% | 0.68% | - |
| XYZ | 23.85 | 12.75 | 41.25 | - |
| YUV | 94.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 174 | 0.06 | 0.75 | 0 | 0.32 | 295.38 | 0.6 | 0.43 |
| Hex | A4 | 2C | AE | 6 | 4B | 0 | 20 | 127 | 3C | 2B |
| Octal | 244 | 54 | 256 | 6 | 113 | 0 | 40 | 447 | 74 | 53 |
| Binary | 10100100 | 101100 | 10101110 | 110 | 1001011 | 0 | 100000 | 100100111 | 111100 | 101011 |
Color Harmonies of #A42CAE
Complementary color
Monochromatic Colors of #A42CAE
Black with #A42CAE
Text Example
Text Example
White with #A42CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42CAE; }
p { color: rgb(164,44,174); }
H1.HeaderClassName
{
color: #A42CAE;
}
.AnyTagClassName
{
color: #A42CAE;
}
</style>
background-color css
<style>
a { background-color: #A42CAE; }
a { background-color: rgb(164,44,174); }
div.DivClassName
{
background-color: #A42CAE;
}
.BgClassName
{
background-color: #A42CAE;
}
</style>
border-color css
<style>
span { border-color: #A42CAE; }
span { border-color: rgb(164,44,174); }
td.TdClassName
{
border-color: #A42CAE;
}
.TagClassName
{
border-color: #A42CAE;
}
</style>