Shades of Dark Orchid #A822AA
Tints of Dark Orchid #A822AA
RGB
CMYK
RGB Variations
Color information
#A822AA (or 0xA822AA) is known color: Dark Orchid. HEX triplet: A8, 22 and AA. RGB value is (168,34,170). Sum of RGB (Red+Green+Blue) = 168+34+170=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #A822AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A822AA is #57DD55. Grayscale: #595959. Windows color (decimal): -5758294 or 11149992. OLE color: 11149992.
HSL color Cylindrical-coordinate representation of color #A822AA: hue angle of 299.12º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A822AA is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 34 | 170 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.33 |
| HSL | 299.12º | 0.67% | 0.4% | - |
| HSV(B) | 299.12º | 0.8% | 0.67% | - |
| XYZ | 23.98 | 12.37 | 39.15 | - |
| YUV | 89.57 | 173.39 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 170 | 0.01 | 0.80 | 0 | 0.33 | 299.12 | 0.67 | 0.4 |
| Hex | A8 | 22 | AA | 1 | 50 | 0 | 21 | 12B | 43 | 28 |
| Octal | 250 | 42 | 252 | 1 | 120 | 0 | 41 | 453 | 103 | 50 |
| Binary | 10101000 | 100010 | 10101010 | 1 | 1010000 | 0 | 100001 | 100101011 | 1000011 | 101000 |
Color Harmonies of #A822AA
Complementary color
Monochromatic Colors of #A822AA
Black with #A822AA
Text Example
Text Example
White with #A822AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A822AA; }
p { color: rgb(168,34,170); }
H1.HeaderClassName
{
color: #A822AA;
}
.AnyTagClassName
{
color: #A822AA;
}
</style>
background-color css
<style>
a { background-color: #A822AA; }
a { background-color: rgb(168,34,170); }
div.DivClassName
{
background-color: #A822AA;
}
.BgClassName
{
background-color: #A822AA;
}
</style>
border-color css
<style>
span { border-color: #A822AA; }
span { border-color: rgb(168,34,170); }
td.TdClassName
{
border-color: #A822AA;
}
.TagClassName
{
border-color: #A822AA;
}
</style>