Shades of Dark Orchid #A431AB
Tints of Dark Orchid #A431AB
RGB
CMYK
RGB Variations
Color information
#A431AB (or 0xA431AB) is known color: Dark Orchid. HEX triplet: A4, 31 and AB. RGB value is (164,49,171). Sum of RGB (Red+Green+Blue) = 164+49+171=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #A431AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A431AB is #5BCE54. Grayscale: #606060. Windows color (decimal): -6016597 or 11219364. OLE color: 11219364.
HSL color Cylindrical-coordinate representation of color #A431AB: hue angle of 296.56º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A431AB is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 49 | 171 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.33 |
| HSL | 296.56º | 0.55% | 0.43% | - |
| HSV(B) | 296.56º | 0.71% | 0.67% | - |
| XYZ | 23.76 | 13.03 | 39.79 | - |
| YUV | 97.29 | 169.6 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 171 | 0.04 | 0.71 | 0 | 0.33 | 296.56 | 0.55 | 0.43 |
| Hex | A4 | 31 | AB | 4 | 47 | 0 | 21 | 129 | 37 | 2B |
| Octal | 244 | 61 | 253 | 4 | 107 | 0 | 41 | 451 | 67 | 53 |
| Binary | 10100100 | 110001 | 10101011 | 100 | 1000111 | 0 | 100001 | 100101001 | 110111 | 101011 |
Color Harmonies of #A431AB
Complementary color
Monochromatic Colors of #A431AB
Black with #A431AB
Text Example
Text Example
White with #A431AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A431AB; }
p { color: rgb(164,49,171); }
H1.HeaderClassName
{
color: #A431AB;
}
.AnyTagClassName
{
color: #A431AB;
}
</style>
background-color css
<style>
a { background-color: #A431AB; }
a { background-color: rgb(164,49,171); }
div.DivClassName
{
background-color: #A431AB;
}
.BgClassName
{
background-color: #A431AB;
}
</style>
border-color css
<style>
span { border-color: #A431AB; }
span { border-color: rgb(164,49,171); }
td.TdClassName
{
border-color: #A431AB;
}
.TagClassName
{
border-color: #A431AB;
}
</style>