Shades of Dark Orchid #A22BAC
Tints of Dark Orchid #A22BAC
RGB
CMYK
RGB Variations
Color information
#A22BAC (or 0xA22BAC) is known color: Dark Orchid. HEX triplet: A2, 2B and AC. RGB value is (162,43,172). Sum of RGB (Red+Green+Blue) = 162+43+172=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #A22BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22BAC is #5DD453. Grayscale: #5C5C5C. Windows color (decimal): -6149204 or 11283362. OLE color: 11283362.
HSL color Cylindrical-coordinate representation of color #A22BAC: hue angle of 295.35º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22BAC is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 43 | 172 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.33 |
| HSL | 295.35º | 0.6% | 0.42% | - |
| HSV(B) | 295.35º | 0.75% | 0.67% | - |
| XYZ | 23.21 | 12.39 | 40.2 | - |
| YUV | 93.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 172 | 0.06 | 0.75 | 0 | 0.33 | 295.35 | 0.6 | 0.42 |
| Hex | A2 | 2B | AC | 6 | 4B | 0 | 21 | 127 | 3C | 2A |
| Octal | 242 | 53 | 254 | 6 | 113 | 0 | 41 | 447 | 74 | 52 |
| Binary | 10100010 | 101011 | 10101100 | 110 | 1001011 | 0 | 100001 | 100100111 | 111100 | 101010 |
Color Harmonies of #A22BAC
Complementary color
Monochromatic Colors of #A22BAC
Black with #A22BAC
Text Example
Text Example
White with #A22BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22BAC; }
p { color: rgb(162,43,172); }
H1.HeaderClassName
{
color: #A22BAC;
}
.AnyTagClassName
{
color: #A22BAC;
}
</style>
background-color css
<style>
a { background-color: #A22BAC; }
a { background-color: rgb(162,43,172); }
div.DivClassName
{
background-color: #A22BAC;
}
.BgClassName
{
background-color: #A22BAC;
}
</style>
border-color css
<style>
span { border-color: #A22BAC; }
span { border-color: rgb(162,43,172); }
td.TdClassName
{
border-color: #A22BAC;
}
.TagClassName
{
border-color: #A22BAC;
}
</style>