Shades of Dark Orchid #A622AA
Tints of Dark Orchid #A622AA
RGB
CMYK
RGB Variations
Color information
#A622AA (or 0xA622AA) is known color: Dark Orchid. HEX triplet: A6, 22 and AA. RGB value is (166,34,170). Sum of RGB (Red+Green+Blue) = 166+34+170=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #A622AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A622AA is #59DD55. Grayscale: #585858. Windows color (decimal): -5889366 or 11149990. OLE color: 11149990.
HSL color Cylindrical-coordinate representation of color #A622AA: hue angle of 298.24º 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 #A622AA is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 34 | 170 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.33 |
| HSL | 298.24º | 0.67% | 0.4% | - |
| HSV(B) | 298.24º | 0.8% | 0.67% | - |
| XYZ | 23.55 | 12.15 | 39.13 | - |
| YUV | 88.97 | 173.73 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 170 | 0.02 | 0.80 | 0 | 0.33 | 298.24 | 0.67 | 0.4 |
| Hex | A6 | 22 | AA | 2 | 50 | 0 | 21 | 12A | 43 | 28 |
| Octal | 246 | 42 | 252 | 2 | 120 | 0 | 41 | 452 | 103 | 50 |
| Binary | 10100110 | 100010 | 10101010 | 10 | 1010000 | 0 | 100001 | 100101010 | 1000011 | 101000 |
Color Harmonies of #A622AA
Complementary color
Monochromatic Colors of #A622AA
Black with #A622AA
Text Example
Text Example
White with #A622AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A622AA; }
p { color: rgb(166,34,170); }
H1.HeaderClassName
{
color: #A622AA;
}
.AnyTagClassName
{
color: #A622AA;
}
</style>
background-color css
<style>
a { background-color: #A622AA; }
a { background-color: rgb(166,34,170); }
div.DivClassName
{
background-color: #A622AA;
}
.BgClassName
{
background-color: #A622AA;
}
</style>
border-color css
<style>
span { border-color: #A622AA; }
span { border-color: rgb(166,34,170); }
td.TdClassName
{
border-color: #A622AA;
}
.TagClassName
{
border-color: #A622AA;
}
</style>