Shades of Dark Orchid #A421AB
Tints of Dark Orchid #A421AB
RGB
CMYK
RGB Variations
Color information
#A421AB (or 0xA421AB) is known color: Dark Orchid. HEX triplet: A4, 21 and AB. RGB value is (164,33,171). Sum of RGB (Red+Green+Blue) = 164+33+171=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #A421AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A421AB is #5BDE54. Grayscale: #575757. Windows color (decimal): -6020693 or 11215268. OLE color: 11215268.
HSL color Cylindrical-coordinate representation of color #A421AB: hue angle of 296.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A421AB is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 33 | 171 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.33 |
| HSL | 296.96º | 0.68% | 0.4% | - |
| HSV(B) | 296.96º | 0.81% | 0.67% | - |
| XYZ | 23.2 | 11.92 | 39.61 | - |
| YUV | 87.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 171 | 0.04 | 0.81 | 0 | 0.33 | 296.96 | 0.68 | 0.4 |
| Hex | A4 | 21 | AB | 4 | 51 | 0 | 21 | 129 | 44 | 28 |
| Octal | 244 | 41 | 253 | 4 | 121 | 0 | 41 | 451 | 104 | 50 |
| Binary | 10100100 | 100001 | 10101011 | 100 | 1010001 | 0 | 100001 | 100101001 | 1000100 | 101000 |
Color Harmonies of #A421AB
Complementary color
Monochromatic Colors of #A421AB
Black with #A421AB
Text Example
Text Example
White with #A421AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A421AB; }
p { color: rgb(164,33,171); }
H1.HeaderClassName
{
color: #A421AB;
}
.AnyTagClassName
{
color: #A421AB;
}
</style>
background-color css
<style>
a { background-color: #A421AB; }
a { background-color: rgb(164,33,171); }
div.DivClassName
{
background-color: #A421AB;
}
.BgClassName
{
background-color: #A421AB;
}
</style>
border-color css
<style>
span { border-color: #A421AB; }
span { border-color: rgb(164,33,171); }
td.TdClassName
{
border-color: #A421AB;
}
.TagClassName
{
border-color: #A421AB;
}
</style>