Shades of Dark Orchid #A922AE
Tints of Dark Orchid #A922AE
RGB
CMYK
RGB Variations
Color information
#A922AE (or 0xA922AE) is known color: Dark Orchid. HEX triplet: A9, 22 and AE. RGB value is (169,34,174). Sum of RGB (Red+Green+Blue) = 169+34+174=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #A922AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A922AE is #56DD51. Grayscale: #595959. Windows color (decimal): -5692754 or 11412137. OLE color: 11412137.
HSL color Cylindrical-coordinate representation of color #A922AE: hue angle of 297.86º 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 #A922AE is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 34 | 174 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.32 |
| HSL | 297.86º | 0.67% | 0.41% | - |
| HSV(B) | 297.86º | 0.8% | 0.68% | - |
| XYZ | 24.57 | 12.64 | 41.19 | - |
| YUV | 90.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 34 | 174 | 0.03 | 0.80 | 0 | 0.32 | 297.86 | 0.67 | 0.41 |
| Hex | A9 | 22 | AE | 3 | 50 | 0 | 20 | 12A | 43 | 29 |
| Octal | 251 | 42 | 256 | 3 | 120 | 0 | 40 | 452 | 103 | 51 |
| Binary | 10101001 | 100010 | 10101110 | 11 | 1010000 | 0 | 100000 | 100101010 | 1000011 | 101001 |
Color Harmonies of #A922AE
Complementary color
Monochromatic Colors of #A922AE
Black with #A922AE
Text Example
Text Example
White with #A922AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A922AE; }
p { color: rgb(169,34,174); }
H1.HeaderClassName
{
color: #A922AE;
}
.AnyTagClassName
{
color: #A922AE;
}
</style>
background-color css
<style>
a { background-color: #A922AE; }
a { background-color: rgb(169,34,174); }
div.DivClassName
{
background-color: #A922AE;
}
.BgClassName
{
background-color: #A922AE;
}
</style>
border-color css
<style>
span { border-color: #A922AE; }
span { border-color: rgb(169,34,174); }
td.TdClassName
{
border-color: #A922AE;
}
.TagClassName
{
border-color: #A922AE;
}
</style>