Shades of Dark Orchid #A22DBA
Tints of Dark Orchid #A22DBA
RGB
CMYK
RGB Variations
Color information
#A22DBA (or 0xA22DBA) is known color: Dark Orchid. HEX triplet: A2, 2D and BA. RGB value is (162,45,186). Sum of RGB (Red+Green+Blue) = 162+45+186=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #A22DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DBA is #5DD245. Grayscale: #5F5F5F. Windows color (decimal): -6148678 or 12201378. OLE color: 12201378.
HSL color Cylindrical-coordinate representation of color #A22DBA: hue angle of 289.79º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22DBA is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 45 | 186 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.27 |
| HSL | 289.79º | 0.61% | 0.45% | - |
| HSV(B) | 289.79º | 0.76% | 0.73% | - |
| XYZ | 24.7 | 13.1 | 47.68 | - |
| YUV | 96.06 | 178.76 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 186 | 0.13 | 0.76 | 0 | 0.27 | 289.79 | 0.61 | 0.45 |
| Hex | A2 | 2D | BA | D | 4C | 0 | 1B | 122 | 3D | 2D |
| Octal | 242 | 55 | 272 | 15 | 114 | 0 | 33 | 442 | 75 | 55 |
| Binary | 10100010 | 101101 | 10111010 | 1101 | 1001100 | 0 | 11011 | 100100010 | 111101 | 101101 |
Color Harmonies of #A22DBA
Complementary color
Monochromatic Colors of #A22DBA
Black with #A22DBA
Text Example
Text Example
White with #A22DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22DBA; }
p { color: rgb(162,45,186); }
H1.HeaderClassName
{
color: #A22DBA;
}
.AnyTagClassName
{
color: #A22DBA;
}
</style>
background-color css
<style>
a { background-color: #A22DBA; }
a { background-color: rgb(162,45,186); }
div.DivClassName
{
background-color: #A22DBA;
}
.BgClassName
{
background-color: #A22DBA;
}
</style>
border-color css
<style>
span { border-color: #A22DBA; }
span { border-color: rgb(162,45,186); }
td.TdClassName
{
border-color: #A22DBA;
}
.TagClassName
{
border-color: #A22DBA;
}
</style>