Shades of Dark Orchid #AC26BD
Tints of Dark Orchid #AC26BD
RGB
CMYK
RGB Variations
Color information
#AC26BD (or 0xAC26BD) is known color: Dark Orchid. HEX triplet: AC, 26 and BD. RGB value is (172,38,189). Sum of RGB (Red+Green+Blue) = 172+38+189=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC26BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26BD is #53D942. Grayscale: #5E5E5E. Windows color (decimal): -5495107 or 12396204. OLE color: 12396204.
HSL color Cylindrical-coordinate representation of color #AC26BD: hue angle of 293.25º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC26BD is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 38 | 189 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.26 |
| HSL | 293.25º | 0.67% | 0.45% | - |
| HSV(B) | 293.25º | 0.8% | 0.74% | - |
| XYZ | 26.89 | 13.83 | 49.4 | - |
| YUV | 95.28 | 180.89 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 189 | 0.09 | 0.80 | 0 | 0.26 | 293.25 | 0.67 | 0.45 |
| Hex | AC | 26 | BD | 9 | 50 | 0 | 1A | 125 | 43 | 2D |
| Octal | 254 | 46 | 275 | 11 | 120 | 0 | 32 | 445 | 103 | 55 |
| Binary | 10101100 | 100110 | 10111101 | 1001 | 1010000 | 0 | 11010 | 100100101 | 1000011 | 101101 |
Color Harmonies of #AC26BD
Complementary color
Monochromatic Colors of #AC26BD
Black with #AC26BD
Text Example
Text Example
White with #AC26BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC26BD; }
p { color: rgb(172,38,189); }
H1.HeaderClassName
{
color: #AC26BD;
}
.AnyTagClassName
{
color: #AC26BD;
}
</style>
background-color css
<style>
a { background-color: #AC26BD; }
a { background-color: rgb(172,38,189); }
div.DivClassName
{
background-color: #AC26BD;
}
.BgClassName
{
background-color: #AC26BD;
}
</style>
border-color css
<style>
span { border-color: #AC26BD; }
span { border-color: rgb(172,38,189); }
td.TdClassName
{
border-color: #AC26BD;
}
.TagClassName
{
border-color: #AC26BD;
}
</style>