Shades of Dark Orchid #AC26C7
Tints of Dark Orchid #AC26C7
RGB
CMYK
RGB Variations
Color information
#AC26C7 (or 0xAC26C7) is known color: Dark Orchid. HEX triplet: AC, 26 and C7. RGB value is (172,38,199). Sum of RGB (Red+Green+Blue) = 172+38+199=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 199 (78.12% from 255 or 48.66% from 409); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC26C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26C7 is #53D938. Grayscale: #5F5F5F. Windows color (decimal): -5495097 or 13051564. OLE color: 13051564.
HSL color Cylindrical-coordinate representation of color #AC26C7: hue angle of 289.94º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC26C7 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 38 | 199 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.22 |
| HSL | 289.94º | 0.68% | 0.46% | - |
| HSV(B) | 289.94º | 0.81% | 0.78% | - |
| XYZ | 28.02 | 14.28 | 55.31 | - |
| YUV | 96.42 | 185.89 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 199 | 0.14 | 0.81 | 0 | 0.22 | 289.94 | 0.68 | 0.46 |
| Hex | AC | 26 | C7 | E | 51 | 0 | 16 | 122 | 44 | 2E |
| Octal | 254 | 46 | 307 | 16 | 121 | 0 | 26 | 442 | 104 | 56 |
| Binary | 10101100 | 100110 | 11000111 | 1110 | 1010001 | 0 | 10110 | 100100010 | 1000100 | 101110 |
Color Harmonies of #AC26C7
Complementary color
Monochromatic Colors of #AC26C7
Black with #AC26C7
Text Example
Text Example
White with #AC26C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC26C7; }
p { color: rgb(172,38,199); }
H1.HeaderClassName
{
color: #AC26C7;
}
.AnyTagClassName
{
color: #AC26C7;
}
</style>
background-color css
<style>
a { background-color: #AC26C7; }
a { background-color: rgb(172,38,199); }
div.DivClassName
{
background-color: #AC26C7;
}
.BgClassName
{
background-color: #AC26C7;
}
</style>
border-color css
<style>
span { border-color: #AC26C7; }
span { border-color: rgb(172,38,199); }
td.TdClassName
{
border-color: #AC26C7;
}
.TagClassName
{
border-color: #AC26C7;
}
</style>