Shades of Dark Orchid #AC22BA
Tints of Dark Orchid #AC22BA
RGB
CMYK
RGB Variations
Color information
#AC22BA (or 0xAC22BA) is known color: Dark Orchid. HEX triplet: AC, 22 and BA. RGB value is (172,34,186). Sum of RGB (Red+Green+Blue) = 172+34+186=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC22BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC22BA is #53DD45. Grayscale: #5C5C5C. Windows color (decimal): -5496134 or 12198572. OLE color: 12198572.
HSL color Cylindrical-coordinate representation of color #AC22BA: hue angle of 294.47º 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 #AC22BA is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 34 | 186 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.27 |
| HSL | 294.47º | 0.69% | 0.43% | - |
| HSV(B) | 294.47º | 0.82% | 0.73% | - |
| XYZ | 26.45 | 13.46 | 47.66 | - |
| YUV | 92.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 186 | 0.08 | 0.82 | 0 | 0.27 | 294.47 | 0.69 | 0.43 |
| Hex | AC | 22 | BA | 8 | 52 | 0 | 1B | 126 | 45 | 2B |
| Octal | 254 | 42 | 272 | 10 | 122 | 0 | 33 | 446 | 105 | 53 |
| Binary | 10101100 | 100010 | 10111010 | 1000 | 1010010 | 0 | 11011 | 100100110 | 1000101 | 101011 |
Color Harmonies of #AC22BA
Complementary color
Monochromatic Colors of #AC22BA
Black with #AC22BA
Text Example
Text Example
White with #AC22BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC22BA; }
p { color: rgb(172,34,186); }
H1.HeaderClassName
{
color: #AC22BA;
}
.AnyTagClassName
{
color: #AC22BA;
}
</style>
background-color css
<style>
a { background-color: #AC22BA; }
a { background-color: rgb(172,34,186); }
div.DivClassName
{
background-color: #AC22BA;
}
.BgClassName
{
background-color: #AC22BA;
}
</style>
border-color css
<style>
span { border-color: #AC22BA; }
span { border-color: rgb(172,34,186); }
td.TdClassName
{
border-color: #AC22BA;
}
.TagClassName
{
border-color: #AC22BA;
}
</style>