Shades of Dark Orchid #A22DAF
Tints of Dark Orchid #A22DAF
RGB
CMYK
RGB Variations
Color information
#A22DAF (or 0xA22DAF) is known color: Dark Orchid. HEX triplet: A2, 2D and AF. RGB value is (162,45,175). Sum of RGB (Red+Green+Blue) = 162+45+175=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #A22DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22DAF is #5DD250. Grayscale: #5E5E5E. Windows color (decimal): -6148689 or 11480482. OLE color: 11480482.
HSL color Cylindrical-coordinate representation of color #A22DAF: hue angle of 294º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A22DAF is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 45 | 175 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.31 |
| HSL | 294º | 0.59% | 0.43% | - |
| HSV(B) | 294º | 0.74% | 0.69% | - |
| XYZ | 23.58 | 12.65 | 41.76 | - |
| YUV | 94.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 175 | 0.07 | 0.74 | 0 | 0.31 | 294 | 0.59 | 0.43 |
| Hex | A2 | 2D | AF | 7 | 4A | 0 | 1F | 126 | 3B | 2B |
| Octal | 242 | 55 | 257 | 7 | 112 | 0 | 37 | 446 | 73 | 53 |
| Binary | 10100010 | 101101 | 10101111 | 111 | 1001010 | 0 | 11111 | 100100110 | 111011 | 101011 |
Color Harmonies of #A22DAF
Complementary color
Monochromatic Colors of #A22DAF
Black with #A22DAF
Text Example
Text Example
White with #A22DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22DAF; }
p { color: rgb(162,45,175); }
H1.HeaderClassName
{
color: #A22DAF;
}
.AnyTagClassName
{
color: #A22DAF;
}
</style>
background-color css
<style>
a { background-color: #A22DAF; }
a { background-color: rgb(162,45,175); }
div.DivClassName
{
background-color: #A22DAF;
}
.BgClassName
{
background-color: #A22DAF;
}
</style>
border-color css
<style>
span { border-color: #A22DAF; }
span { border-color: rgb(162,45,175); }
td.TdClassName
{
border-color: #A22DAF;
}
.TagClassName
{
border-color: #A22DAF;
}
</style>