Shades of Dark Orchid #A422BA
Tints of Dark Orchid #A422BA
RGB
CMYK
RGB Variations
Color information
#A422BA (or 0xA422BA) is known color: Dark Orchid. HEX triplet: A4, 22 and BA. RGB value is (164,34,186). Sum of RGB (Red+Green+Blue) = 164+34+186=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #A422BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A422BA is #5BDD45. Grayscale: #595959. Windows color (decimal): -6020422 or 12198564. OLE color: 12198564.
HSL color Cylindrical-coordinate representation of color #A422BA: hue angle of 291.32º degrees, saturation: 0.69, 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 #A422BA is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 34 | 186 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.27 |
| HSL | 291.32º | 0.69% | 0.43% | - |
| HSV(B) | 291.32º | 0.82% | 0.73% | - |
| XYZ | 24.74 | 12.58 | 47.58 | - |
| YUV | 90.2 | 182.07 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 34 | 186 | 0.12 | 0.82 | 0 | 0.27 | 291.32 | 0.69 | 0.43 |
| Hex | A4 | 22 | BA | C | 52 | 0 | 1B | 123 | 45 | 2B |
| Octal | 244 | 42 | 272 | 14 | 122 | 0 | 33 | 443 | 105 | 53 |
| Binary | 10100100 | 100010 | 10111010 | 1100 | 1010010 | 0 | 11011 | 100100011 | 1000101 | 101011 |
Color Harmonies of #A422BA
Complementary color
Monochromatic Colors of #A422BA
Black with #A422BA
Text Example
Text Example
White with #A422BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A422BA; }
p { color: rgb(164,34,186); }
H1.HeaderClassName
{
color: #A422BA;
}
.AnyTagClassName
{
color: #A422BA;
}
</style>
background-color css
<style>
a { background-color: #A422BA; }
a { background-color: rgb(164,34,186); }
div.DivClassName
{
background-color: #A422BA;
}
.BgClassName
{
background-color: #A422BA;
}
</style>
border-color css
<style>
span { border-color: #A422BA; }
span { border-color: rgb(164,34,186); }
td.TdClassName
{
border-color: #A422BA;
}
.TagClassName
{
border-color: #A422BA;
}
</style>