Shades of Dark Orchid #A422B7
Tints of Dark Orchid #A422B7
RGB
CMYK
RGB Variations
Color information
#A422B7 (or 0xA422B7) is known color: Dark Orchid. HEX triplet: A4, 22 and B7. RGB value is (164,34,183). Sum of RGB (Red+Green+Blue) = 164+34+183=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #A422B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A422B7 is #5BDD48. Grayscale: #595959. Windows color (decimal): -6020425 or 12001956. OLE color: 12001956.
HSL color Cylindrical-coordinate representation of color #A422B7: hue angle of 292.35º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A422B7 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 34 | 183 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.28 |
| HSL | 292.35º | 0.69% | 0.43% | - |
| HSV(B) | 292.35º | 0.81% | 0.72% | - |
| XYZ | 24.43 | 12.46 | 45.92 | - |
| YUV | 89.86 | 180.57 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 34 | 183 | 0.10 | 0.81 | 0 | 0.28 | 292.35 | 0.69 | 0.43 |
| Hex | A4 | 22 | B7 | A | 51 | 0 | 1C | 124 | 45 | 2B |
| Octal | 244 | 42 | 267 | 12 | 121 | 0 | 34 | 444 | 105 | 53 |
| Binary | 10100100 | 100010 | 10110111 | 1010 | 1010001 | 0 | 11100 | 100100100 | 1000101 | 101011 |
Color Harmonies of #A422B7
Complementary color
Monochromatic Colors of #A422B7
Black with #A422B7
Text Example
Text Example
White with #A422B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A422B7; }
p { color: rgb(164,34,183); }
H1.HeaderClassName
{
color: #A422B7;
}
.AnyTagClassName
{
color: #A422B7;
}
</style>
background-color css
<style>
a { background-color: #A422B7; }
a { background-color: rgb(164,34,183); }
div.DivClassName
{
background-color: #A422B7;
}
.BgClassName
{
background-color: #A422B7;
}
</style>
border-color css
<style>
span { border-color: #A422B7; }
span { border-color: rgb(164,34,183); }
td.TdClassName
{
border-color: #A422B7;
}
.TagClassName
{
border-color: #A422B7;
}
</style>