Shades of Dark Orchid #A42DAC
Tints of Dark Orchid #A42DAC
RGB
CMYK
RGB Variations
Color information
#A42DAC (or 0xA42DAC) is known color: Dark Orchid. HEX triplet: A4, 2D and AC. RGB value is (164,45,172). Sum of RGB (Red+Green+Blue) = 164+45+172=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #A42DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42DAC is #5BD253. Grayscale: #5E5E5E. Windows color (decimal): -6017620 or 11283876. OLE color: 11283876.
HSL color Cylindrical-coordinate representation of color #A42DAC: hue angle of 296.22º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42DAC is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 45 | 172 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.33 |
| HSL | 296.22º | 0.59% | 0.43% | - |
| HSV(B) | 296.22º | 0.74% | 0.67% | - |
| XYZ | 23.69 | 12.75 | 40.24 | - |
| YUV | 95.06 | 171.42 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 172 | 0.05 | 0.74 | 0 | 0.33 | 296.22 | 0.59 | 0.43 |
| Hex | A4 | 2D | AC | 5 | 4A | 0 | 21 | 128 | 3B | 2B |
| Octal | 244 | 55 | 254 | 5 | 112 | 0 | 41 | 450 | 73 | 53 |
| Binary | 10100100 | 101101 | 10101100 | 101 | 1001010 | 0 | 100001 | 100101000 | 111011 | 101011 |
Color Harmonies of #A42DAC
Complementary color
Monochromatic Colors of #A42DAC
Black with #A42DAC
Text Example
Text Example
White with #A42DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DAC; }
p { color: rgb(164,45,172); }
H1.HeaderClassName
{
color: #A42DAC;
}
.AnyTagClassName
{
color: #A42DAC;
}
</style>
background-color css
<style>
a { background-color: #A42DAC; }
a { background-color: rgb(164,45,172); }
div.DivClassName
{
background-color: #A42DAC;
}
.BgClassName
{
background-color: #A42DAC;
}
</style>
border-color css
<style>
span { border-color: #A42DAC; }
span { border-color: rgb(164,45,172); }
td.TdClassName
{
border-color: #A42DAC;
}
.TagClassName
{
border-color: #A42DAC;
}
</style>