Shades of Dark Orchid #A421BA
Tints of Dark Orchid #A421BA
RGB
CMYK
RGB Variations
Color information
#A421BA (or 0xA421BA) is known color: Dark Orchid. HEX triplet: A4, 21 and BA. RGB value is (164,33,186). Sum of RGB (Red+Green+Blue) = 164+33+186=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #A421BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A421BA is #5BDE45. Grayscale: #595959. Windows color (decimal): -6020678 or 12198308. OLE color: 12198308.
HSL color Cylindrical-coordinate representation of color #A421BA: hue angle of 291.37º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A421BA is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 33 | 186 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.27 |
| HSL | 291.37º | 0.7% | 0.43% | - |
| HSV(B) | 291.37º | 0.82% | 0.73% | - |
| XYZ | 24.72 | 12.53 | 47.57 | - |
| YUV | 89.61 | 182.4 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 186 | 0.12 | 0.82 | 0 | 0.27 | 291.37 | 0.7 | 0.43 |
| Hex | A4 | 21 | BA | C | 52 | 0 | 1B | 123 | 46 | 2B |
| Octal | 244 | 41 | 272 | 14 | 122 | 0 | 33 | 443 | 106 | 53 |
| Binary | 10100100 | 100001 | 10111010 | 1100 | 1010010 | 0 | 11011 | 100100011 | 1000110 | 101011 |
Color Harmonies of #A421BA
Complementary color
Monochromatic Colors of #A421BA
Black with #A421BA
Text Example
Text Example
White with #A421BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A421BA; }
p { color: rgb(164,33,186); }
H1.HeaderClassName
{
color: #A421BA;
}
.AnyTagClassName
{
color: #A421BA;
}
</style>
background-color css
<style>
a { background-color: #A421BA; }
a { background-color: rgb(164,33,186); }
div.DivClassName
{
background-color: #A421BA;
}
.BgClassName
{
background-color: #A421BA;
}
</style>
border-color css
<style>
span { border-color: #A421BA; }
span { border-color: rgb(164,33,186); }
td.TdClassName
{
border-color: #A421BA;
}
.TagClassName
{
border-color: #A421BA;
}
</style>