Shades of Dark Orchid #A42BAC
Tints of Dark Orchid #A42BAC
RGB
CMYK
RGB Variations
Color information
#A42BAC (or 0xA42BAC) is known color: Dark Orchid. HEX triplet: A4, 2B and AC. RGB value is (164,43,172). Sum of RGB (Red+Green+Blue) = 164+43+172=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #A42BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42BAC is #5BD453. Grayscale: #5D5D5D. Windows color (decimal): -6018132 or 11283364. OLE color: 11283364.
HSL color Cylindrical-coordinate representation of color #A42BAC: hue angle of 296.28º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42BAC is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 43 | 172 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.33 |
| HSL | 296.28º | 0.6% | 0.42% | - |
| HSV(B) | 296.28º | 0.75% | 0.67% | - |
| XYZ | 23.62 | 12.6 | 40.22 | - |
| YUV | 93.89 | 172.09 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 172 | 0.05 | 0.75 | 0 | 0.33 | 296.28 | 0.6 | 0.42 |
| Hex | A4 | 2B | AC | 5 | 4B | 0 | 21 | 128 | 3C | 2A |
| Octal | 244 | 53 | 254 | 5 | 113 | 0 | 41 | 450 | 74 | 52 |
| Binary | 10100100 | 101011 | 10101100 | 101 | 1001011 | 0 | 100001 | 100101000 | 111100 | 101010 |
Color Harmonies of #A42BAC
Complementary color
Monochromatic Colors of #A42BAC
Black with #A42BAC
Text Example
Text Example
White with #A42BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42BAC; }
p { color: rgb(164,43,172); }
H1.HeaderClassName
{
color: #A42BAC;
}
.AnyTagClassName
{
color: #A42BAC;
}
</style>
background-color css
<style>
a { background-color: #A42BAC; }
a { background-color: rgb(164,43,172); }
div.DivClassName
{
background-color: #A42BAC;
}
.BgClassName
{
background-color: #A42BAC;
}
</style>
border-color css
<style>
span { border-color: #A42BAC; }
span { border-color: rgb(164,43,172); }
td.TdClassName
{
border-color: #A42BAC;
}
.TagClassName
{
border-color: #A42BAC;
}
</style>