Shades of Dark Orchid #A22DBD
Tints of Dark Orchid #A22DBD
RGB
CMYK
RGB Variations
Color information
#A22DBD (or 0xA22DBD) is known color: Dark Orchid. HEX triplet: A2, 2D and BD. RGB value is (162,45,189). Sum of RGB (Red+Green+Blue) = 162+45+189=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #A22DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DBD is #5DD242. Grayscale: #5F5F5F. Windows color (decimal): -6148675 or 12397986. OLE color: 12397986.
HSL color Cylindrical-coordinate representation of color #A22DBD: hue angle of 288.75º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22DBD is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 45 | 189 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.26 |
| HSL | 288.75º | 0.62% | 0.46% | - |
| HSV(B) | 288.75º | 0.76% | 0.74% | - |
| XYZ | 25.02 | 13.23 | 49.38 | - |
| YUV | 96.4 | 180.26 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 189 | 0.14 | 0.76 | 0 | 0.26 | 288.75 | 0.62 | 0.46 |
| Hex | A2 | 2D | BD | E | 4C | 0 | 1A | 121 | 3E | 2E |
| Octal | 242 | 55 | 275 | 16 | 114 | 0 | 32 | 441 | 76 | 56 |
| Binary | 10100010 | 101101 | 10111101 | 1110 | 1001100 | 0 | 11010 | 100100001 | 111110 | 101110 |
Color Harmonies of #A22DBD
Complementary color
Monochromatic Colors of #A22DBD
Black with #A22DBD
Text Example
Text Example
White with #A22DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22DBD; }
p { color: rgb(162,45,189); }
H1.HeaderClassName
{
color: #A22DBD;
}
.AnyTagClassName
{
color: #A22DBD;
}
</style>
background-color css
<style>
a { background-color: #A22DBD; }
a { background-color: rgb(162,45,189); }
div.DivClassName
{
background-color: #A22DBD;
}
.BgClassName
{
background-color: #A22DBD;
}
</style>
border-color css
<style>
span { border-color: #A22DBD; }
span { border-color: rgb(162,45,189); }
td.TdClassName
{
border-color: #A22DBD;
}
.TagClassName
{
border-color: #A22DBD;
}
</style>