Shades of Dark Orchid #A822AE
Tints of Dark Orchid #A822AE
RGB
CMYK
RGB Variations
Color information
#A822AE (or 0xA822AE) is known color: Dark Orchid. HEX triplet: A8, 22 and AE. RGB value is (168,34,174). Sum of RGB (Red+Green+Blue) = 168+34+174=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #A822AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A822AE is #57DD51. Grayscale: #595959. Windows color (decimal): -5758290 or 11412136. OLE color: 11412136.
HSL color Cylindrical-coordinate representation of color #A822AE: hue angle of 297.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A822AE is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 34 | 174 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.32 |
| HSL | 297.43º | 0.67% | 0.41% | - |
| HSV(B) | 297.43º | 0.8% | 0.68% | - |
| XYZ | 24.36 | 12.52 | 41.18 | - |
| YUV | 90.03 | 175.39 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 174 | 0.03 | 0.80 | 0 | 0.32 | 297.43 | 0.67 | 0.41 |
| Hex | A8 | 22 | AE | 3 | 50 | 0 | 20 | 129 | 43 | 29 |
| Octal | 250 | 42 | 256 | 3 | 120 | 0 | 40 | 451 | 103 | 51 |
| Binary | 10101000 | 100010 | 10101110 | 11 | 1010000 | 0 | 100000 | 100101001 | 1000011 | 101001 |
Color Harmonies of #A822AE
Complementary color
Monochromatic Colors of #A822AE
Black with #A822AE
Text Example
Text Example
White with #A822AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A822AE; }
p { color: rgb(168,34,174); }
H1.HeaderClassName
{
color: #A822AE;
}
.AnyTagClassName
{
color: #A822AE;
}
</style>
background-color css
<style>
a { background-color: #A822AE; }
a { background-color: rgb(168,34,174); }
div.DivClassName
{
background-color: #A822AE;
}
.BgClassName
{
background-color: #A822AE;
}
</style>
border-color css
<style>
span { border-color: #A822AE; }
span { border-color: rgb(168,34,174); }
td.TdClassName
{
border-color: #A822AE;
}
.TagClassName
{
border-color: #A822AE;
}
</style>