Shades of Dark Orchid #A822A9
Tints of Dark Orchid #A822A9
RGB
CMYK
RGB Variations
Color information
#A822A9 (or 0xA822A9) is known color: Dark Orchid. HEX triplet: A8, 22 and A9. RGB value is (168,34,169). Sum of RGB (Red+Green+Blue) = 168+34+169=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 169 - color contains mainly: blue. Hex color #A822A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A822A9 is #57DD56. Grayscale: #595959. Windows color (decimal): -5758295 or 11084456. OLE color: 11084456.
HSL color Cylindrical-coordinate representation of color #A822A9: hue angle of 299.56º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A822A9 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 169 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.34 |
| HSL | 299.56º | 0.67% | 0.4% | - |
| HSV(B) | 299.56º | 0.8% | 0.66% | - |
| XYZ | 23.88 | 12.33 | 38.66 | - |
| YUV | 89.46 | 172.89 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 169 | 0.01 | 0.80 | 0 | 0.34 | 299.56 | 0.67 | 0.4 |
| Hex | A8 | 22 | A9 | 1 | 50 | 0 | 22 | 12C | 43 | 28 |
| Octal | 250 | 42 | 251 | 1 | 120 | 0 | 42 | 454 | 103 | 50 |
| Binary | 10101000 | 100010 | 10101001 | 1 | 1010000 | 0 | 100010 | 100101100 | 1000011 | 101000 |
Color Harmonies of #A822A9
Complementary color
Monochromatic Colors of #A822A9
Black with #A822A9
Text Example
Text Example
White with #A822A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A822A9; }
p { color: rgb(168,34,169); }
H1.HeaderClassName
{
color: #A822A9;
}
.AnyTagClassName
{
color: #A822A9;
}
</style>
background-color css
<style>
a { background-color: #A822A9; }
a { background-color: rgb(168,34,169); }
div.DivClassName
{
background-color: #A822A9;
}
.BgClassName
{
background-color: #A822A9;
}
</style>
border-color css
<style>
span { border-color: #A822A9; }
span { border-color: rgb(168,34,169); }
td.TdClassName
{
border-color: #A822A9;
}
.TagClassName
{
border-color: #A822A9;
}
</style>