Shades of Dark Orchid #A822AB
Tints of Dark Orchid #A822AB
RGB
CMYK
RGB Variations
Color information
#A822AB (or 0xA822AB) is known color: Dark Orchid. HEX triplet: A8, 22 and AB. RGB value is (168,34,171). Sum of RGB (Red+Green+Blue) = 168+34+171=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #A822AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A822AB is #57DD54. Grayscale: #595959. Windows color (decimal): -5758293 or 11215528. OLE color: 11215528.
HSL color Cylindrical-coordinate representation of color #A822AB: hue angle of 298.69º 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 #A822AB is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 34 | 171 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.33 |
| HSL | 298.69º | 0.67% | 0.4% | - |
| HSV(B) | 298.69º | 0.8% | 0.67% | - |
| XYZ | 24.07 | 12.41 | 39.65 | - |
| YUV | 89.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 171 | 0.02 | 0.80 | 0 | 0.33 | 298.69 | 0.67 | 0.4 |
| Hex | A8 | 22 | AB | 2 | 50 | 0 | 21 | 12B | 43 | 28 |
| Octal | 250 | 42 | 253 | 2 | 120 | 0 | 41 | 453 | 103 | 50 |
| Binary | 10101000 | 100010 | 10101011 | 10 | 1010000 | 0 | 100001 | 100101011 | 1000011 | 101000 |
Color Harmonies of #A822AB
Complementary color
Monochromatic Colors of #A822AB
Black with #A822AB
Text Example
Text Example
White with #A822AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A822AB; }
p { color: rgb(168,34,171); }
H1.HeaderClassName
{
color: #A822AB;
}
.AnyTagClassName
{
color: #A822AB;
}
</style>
background-color css
<style>
a { background-color: #A822AB; }
a { background-color: rgb(168,34,171); }
div.DivClassName
{
background-color: #A822AB;
}
.BgClassName
{
background-color: #A822AB;
}
</style>
border-color css
<style>
span { border-color: #A822AB; }
span { border-color: rgb(168,34,171); }
td.TdClassName
{
border-color: #A822AB;
}
.TagClassName
{
border-color: #A822AB;
}
</style>