Shades of Dark Orchid #A822AF
Tints of Dark Orchid #A822AF
RGB
CMYK
RGB Variations
Color information
#A822AF (or 0xA822AF) is known color: Dark Orchid. HEX triplet: A8, 22 and AF. RGB value is (168,34,175). Sum of RGB (Red+Green+Blue) = 168+34+175=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #A822AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A822AF is #57DD50. Grayscale: #595959. Windows color (decimal): -5758289 or 11477672. OLE color: 11477672.
HSL color Cylindrical-coordinate representation of color #A822AF: hue angle of 297.02º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A822AF is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 34 | 175 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.31 |
| HSL | 297.02º | 0.67% | 0.41% | - |
| HSV(B) | 297.02º | 0.81% | 0.69% | - |
| XYZ | 24.46 | 12.56 | 41.69 | - |
| YUV | 90.14 | 175.89 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 175 | 0.04 | 0.81 | 0 | 0.31 | 297.02 | 0.67 | 0.41 |
| Hex | A8 | 22 | AF | 4 | 51 | 0 | 1F | 129 | 43 | 29 |
| Octal | 250 | 42 | 257 | 4 | 121 | 0 | 37 | 451 | 103 | 51 |
| Binary | 10101000 | 100010 | 10101111 | 100 | 1010001 | 0 | 11111 | 100101001 | 1000011 | 101001 |
Color Harmonies of #A822AF
Complementary color
Monochromatic Colors of #A822AF
Black with #A822AF
Text Example
Text Example
White with #A822AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A822AF; }
p { color: rgb(168,34,175); }
H1.HeaderClassName
{
color: #A822AF;
}
.AnyTagClassName
{
color: #A822AF;
}
</style>
background-color css
<style>
a { background-color: #A822AF; }
a { background-color: rgb(168,34,175); }
div.DivClassName
{
background-color: #A822AF;
}
.BgClassName
{
background-color: #A822AF;
}
</style>
border-color css
<style>
span { border-color: #A822AF; }
span { border-color: rgb(168,34,175); }
td.TdClassName
{
border-color: #A822AF;
}
.TagClassName
{
border-color: #A822AF;
}
</style>