Shades of Dark Orchid #A22FB9
Tints of Dark Orchid #A22FB9
RGB
CMYK
RGB Variations
Color information
#A22FB9 (or 0xA22FB9) is known color: Dark Orchid. HEX triplet: A2, 2F and B9. RGB value is (162,47,185). Sum of RGB (Red+Green+Blue) = 162+47+185=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #A22FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22FB9 is #5DD046. Grayscale: #606060. Windows color (decimal): -6148167 or 12136354. OLE color: 12136354.
HSL color Cylindrical-coordinate representation of color #A22FB9: hue angle of 290º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22FB9 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 47 | 185 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.27 |
| HSL | 290º | 0.59% | 0.45% | - |
| HSV(B) | 290º | 0.75% | 0.73% | - |
| XYZ | 24.67 | 13.22 | 47.15 | - |
| YUV | 97.12 | 177.6 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 47 | 185 | 0.12 | 0.75 | 0 | 0.27 | 290 | 0.59 | 0.45 |
| Hex | A2 | 2F | B9 | C | 4B | 0 | 1B | 122 | 3B | 2D |
| Octal | 242 | 57 | 271 | 14 | 113 | 0 | 33 | 442 | 73 | 55 |
| Binary | 10100010 | 101111 | 10111001 | 1100 | 1001011 | 0 | 11011 | 100100010 | 111011 | 101101 |
Color Harmonies of #A22FB9
Complementary color
Monochromatic Colors of #A22FB9
Black with #A22FB9
Text Example
Text Example
White with #A22FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22FB9; }
p { color: rgb(162,47,185); }
H1.HeaderClassName
{
color: #A22FB9;
}
.AnyTagClassName
{
color: #A22FB9;
}
</style>
background-color css
<style>
a { background-color: #A22FB9; }
a { background-color: rgb(162,47,185); }
div.DivClassName
{
background-color: #A22FB9;
}
.BgClassName
{
background-color: #A22FB9;
}
</style>
border-color css
<style>
span { border-color: #A22FB9; }
span { border-color: rgb(162,47,185); }
td.TdClassName
{
border-color: #A22FB9;
}
.TagClassName
{
border-color: #A22FB9;
}
</style>