Shades of Dark Orchid #A920AA
Tints of Dark Orchid #A920AA
RGB
CMYK
RGB Variations
Color information
#A920AA (or 0xA920AA) is known color: Dark Orchid. HEX triplet: A9, 20 and AA. RGB value is (169,32,170). Sum of RGB (Red+Green+Blue) = 169+32+170=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #A920AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A920AA is #56DF55. Grayscale: #585858. Windows color (decimal): -5693270 or 11149481. OLE color: 11149481.
HSL color Cylindrical-coordinate representation of color #A920AA: hue angle of 299.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A920AA is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 32 | 170 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.33 |
| HSL | 299.57º | 0.68% | 0.4% | - |
| HSV(B) | 299.57º | 0.81% | 0.67% | - |
| XYZ | 24.13 | 12.37 | 39.15 | - |
| YUV | 88.7 | 173.89 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 170 | 0.01 | 0.81 | 0 | 0.33 | 299.57 | 0.68 | 0.4 |
| Hex | A9 | 20 | AA | 1 | 51 | 0 | 21 | 12C | 44 | 28 |
| Octal | 251 | 40 | 252 | 1 | 121 | 0 | 41 | 454 | 104 | 50 |
| Binary | 10101001 | 100000 | 10101010 | 1 | 1010001 | 0 | 100001 | 100101100 | 1000100 | 101000 |
Color Harmonies of #A920AA
Complementary color
Monochromatic Colors of #A920AA
Black with #A920AA
Text Example
Text Example
White with #A920AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A920AA; }
p { color: rgb(169,32,170); }
H1.HeaderClassName
{
color: #A920AA;
}
.AnyTagClassName
{
color: #A920AA;
}
</style>
background-color css
<style>
a { background-color: #A920AA; }
a { background-color: rgb(169,32,170); }
div.DivClassName
{
background-color: #A920AA;
}
.BgClassName
{
background-color: #A920AA;
}
</style>
border-color css
<style>
span { border-color: #A920AA; }
span { border-color: rgb(169,32,170); }
td.TdClassName
{
border-color: #A920AA;
}
.TagClassName
{
border-color: #A920AA;
}
</style>