Shades of Dark Orchid #A22BC2
Tints of Dark Orchid #A22BC2
RGB
CMYK
RGB Variations
Color information
#A22BC2 (or 0xA22BC2) is known color: Dark Orchid. HEX triplet: A2, 2B and C2. RGB value is (162,43,194). Sum of RGB (Red+Green+Blue) = 162+43+194=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #A22BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22BC2 is #5DD43D. Grayscale: #5F5F5F. Windows color (decimal): -6149182 or 12725154. OLE color: 12725154.
HSL color Cylindrical-coordinate representation of color #A22BC2: hue angle of 287.28º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22BC2 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 43 | 194 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.24 |
| HSL | 287.28º | 0.64% | 0.46% | - |
| HSV(B) | 287.28º | 0.78% | 0.76% | - |
| XYZ | 25.5 | 13.3 | 52.26 | - |
| YUV | 95.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 194 | 0.16 | 0.78 | 0 | 0.24 | 287.28 | 0.64 | 0.46 |
| Hex | A2 | 2B | C2 | 10 | 4E | 0 | 18 | 11F | 40 | 2E |
| Octal | 242 | 53 | 302 | 20 | 116 | 0 | 30 | 437 | 100 | 56 |
| Binary | 10100010 | 101011 | 11000010 | 10000 | 1001110 | 0 | 11000 | 100011111 | 1000000 | 101110 |
Color Harmonies of #A22BC2
Complementary color
Monochromatic Colors of #A22BC2
Black with #A22BC2
Text Example
Text Example
White with #A22BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22BC2; }
p { color: rgb(162,43,194); }
H1.HeaderClassName
{
color: #A22BC2;
}
.AnyTagClassName
{
color: #A22BC2;
}
</style>
background-color css
<style>
a { background-color: #A22BC2; }
a { background-color: rgb(162,43,194); }
div.DivClassName
{
background-color: #A22BC2;
}
.BgClassName
{
background-color: #A22BC2;
}
</style>
border-color css
<style>
span { border-color: #A22BC2; }
span { border-color: rgb(162,43,194); }
td.TdClassName
{
border-color: #A22BC2;
}
.TagClassName
{
border-color: #A22BC2;
}
</style>