Shades of Dark Orchid #AB22BA
Tints of Dark Orchid #AB22BA
RGB
CMYK
RGB Variations
Color information
#AB22BA (or 0xAB22BA) is known color: Dark Orchid. HEX triplet: AB, 22 and BA. RGB value is (171,34,186). Sum of RGB (Red+Green+Blue) = 171+34+186=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 34 (13.67% from 255 or 8.70% 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 #AB22BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB22BA is #54DD45. Grayscale: #5B5B5B. Windows color (decimal): -5561670 or 12198571. OLE color: 12198571.
HSL color Cylindrical-coordinate representation of color #AB22BA: hue angle of 294.08º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB22BA is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 34 | 186 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.27 |
| HSL | 294.08º | 0.69% | 0.43% | - |
| HSV(B) | 294.08º | 0.82% | 0.73% | - |
| XYZ | 26.23 | 13.35 | 47.65 | - |
| YUV | 92.29 | 180.89 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 186 | 0.08 | 0.82 | 0 | 0.27 | 294.08 | 0.69 | 0.43 |
| Hex | AB | 22 | BA | 8 | 52 | 0 | 1B | 126 | 45 | 2B |
| Octal | 253 | 42 | 272 | 10 | 122 | 0 | 33 | 446 | 105 | 53 |
| Binary | 10101011 | 100010 | 10111010 | 1000 | 1010010 | 0 | 11011 | 100100110 | 1000101 | 101011 |
Color Harmonies of #AB22BA
Complementary color
Monochromatic Colors of #AB22BA
Black with #AB22BA
Text Example
Text Example
White with #AB22BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB22BA; }
p { color: rgb(171,34,186); }
H1.HeaderClassName
{
color: #AB22BA;
}
.AnyTagClassName
{
color: #AB22BA;
}
</style>
background-color css
<style>
a { background-color: #AB22BA; }
a { background-color: rgb(171,34,186); }
div.DivClassName
{
background-color: #AB22BA;
}
.BgClassName
{
background-color: #AB22BA;
}
</style>
border-color css
<style>
span { border-color: #AB22BA; }
span { border-color: rgb(171,34,186); }
td.TdClassName
{
border-color: #AB22BA;
}
.TagClassName
{
border-color: #AB22BA;
}
</style>