Shades of Dark Orchid #A421BD
Tints of Dark Orchid #A421BD
RGB
CMYK
RGB Variations
Color information
#A421BD (or 0xA421BD) is known color: Dark Orchid. HEX triplet: A4, 21 and BD. RGB value is (164,33,189). Sum of RGB (Red+Green+Blue) = 164+33+189=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #A421BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A421BD is #5BDE42. Grayscale: #595959. Windows color (decimal): -6020675 or 12394916. OLE color: 12394916.
HSL color Cylindrical-coordinate representation of color #A421BD: hue angle of 290.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A421BD is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 33 | 189 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.26 |
| HSL | 290.38º | 0.7% | 0.44% | - |
| HSV(B) | 290.38º | 0.83% | 0.74% | - |
| XYZ | 25.04 | 12.65 | 49.27 | - |
| YUV | 89.95 | 183.9 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 189 | 0.13 | 0.83 | 0 | 0.26 | 290.38 | 0.7 | 0.44 |
| Hex | A4 | 21 | BD | D | 53 | 0 | 1A | 122 | 46 | 2C |
| Octal | 244 | 41 | 275 | 15 | 123 | 0 | 32 | 442 | 106 | 54 |
| Binary | 10100100 | 100001 | 10111101 | 1101 | 1010011 | 0 | 11010 | 100100010 | 1000110 | 101100 |
Color Harmonies of #A421BD
Complementary color
Monochromatic Colors of #A421BD
Black with #A421BD
Text Example
Text Example
White with #A421BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A421BD; }
p { color: rgb(164,33,189); }
H1.HeaderClassName
{
color: #A421BD;
}
.AnyTagClassName
{
color: #A421BD;
}
</style>
background-color css
<style>
a { background-color: #A421BD; }
a { background-color: rgb(164,33,189); }
div.DivClassName
{
background-color: #A421BD;
}
.BgClassName
{
background-color: #A421BD;
}
</style>
border-color css
<style>
span { border-color: #A421BD; }
span { border-color: rgb(164,33,189); }
td.TdClassName
{
border-color: #A421BD;
}
.TagClassName
{
border-color: #A421BD;
}
</style>