Shades of Dark Orchid #A22BBA
Tints of Dark Orchid #A22BBA
RGB
CMYK
RGB Variations
Color information
#A22BBA (or 0xA22BBA) is known color: Dark Orchid. HEX triplet: A2, 2B and BA. RGB value is (162,43,186). Sum of RGB (Red+Green+Blue) = 162+43+186=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #A22BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22BBA is #5DD445. Grayscale: #5E5E5E. Windows color (decimal): -6149190 or 12200866. OLE color: 12200866.
HSL color Cylindrical-coordinate representation of color #A22BBA: hue angle of 289.93º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22BBA is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 43 | 186 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.27 |
| HSL | 289.93º | 0.62% | 0.45% | - |
| HSV(B) | 289.93º | 0.77% | 0.73% | - |
| XYZ | 24.63 | 12.95 | 47.66 | - |
| YUV | 94.88 | 179.42 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 186 | 0.13 | 0.77 | 0 | 0.27 | 289.93 | 0.62 | 0.45 |
| Hex | A2 | 2B | BA | D | 4D | 0 | 1B | 122 | 3E | 2D |
| Octal | 242 | 53 | 272 | 15 | 115 | 0 | 33 | 442 | 76 | 55 |
| Binary | 10100010 | 101011 | 10111010 | 1101 | 1001101 | 0 | 11011 | 100100010 | 111110 | 101101 |
Color Harmonies of #A22BBA
Complementary color
Monochromatic Colors of #A22BBA
Black with #A22BBA
Text Example
Text Example
White with #A22BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22BBA; }
p { color: rgb(162,43,186); }
H1.HeaderClassName
{
color: #A22BBA;
}
.AnyTagClassName
{
color: #A22BBA;
}
</style>
background-color css
<style>
a { background-color: #A22BBA; }
a { background-color: rgb(162,43,186); }
div.DivClassName
{
background-color: #A22BBA;
}
.BgClassName
{
background-color: #A22BBA;
}
</style>
border-color css
<style>
span { border-color: #A22BBA; }
span { border-color: rgb(162,43,186); }
td.TdClassName
{
border-color: #A22BBA;
}
.TagClassName
{
border-color: #A22BBA;
}
</style>