Shades of Dark Orchid #AC26E5
Tints of Dark Orchid #AC26E5
RGB
CMYK
RGB Variations
Color information
#AC26E5 (or 0xAC26E5) is known color: Dark Orchid. HEX triplet: AC, 26 and E5. RGB value is (172,38,229). Sum of RGB (Red+Green+Blue) = 172+38+229=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 229 (89.84% from 255 or 52.16% from 439); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC26E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26E5 is #53D91A. Grayscale: #636363. Windows color (decimal): -5495067 or 15017644. OLE color: 15017644.
HSL color Cylindrical-coordinate representation of color #AC26E5: hue angle of 282.09º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC26E5 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 38 | 229 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.10 |
| HSL | 282.09º | 0.79% | 0.52% | - |
| HSV(B) | 282.09º | 0.83% | 0.9% | - |
| XYZ | 31.85 | 15.81 | 75.5 | - |
| YUV | 99.84 | 200.89 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 229 | 0.25 | 0.83 | 0 | 0.10 | 282.09 | 0.79 | 0.52 |
| Hex | AC | 26 | E5 | 19 | 53 | 0 | A | 11A | 4F | 34 |
| Octal | 254 | 46 | 345 | 31 | 123 | 0 | 12 | 432 | 117 | 64 |
| Binary | 10101100 | 100110 | 11100101 | 11001 | 1010011 | 0 | 1010 | 100011010 | 1001111 | 110100 |
Color Harmonies of #AC26E5
Complementary color
Monochromatic Colors of #AC26E5
Black with #AC26E5
Text Example
Text Example
White with #AC26E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC26E5; }
p { color: rgb(172,38,229); }
H1.HeaderClassName
{
color: #AC26E5;
}
.AnyTagClassName
{
color: #AC26E5;
}
</style>
background-color css
<style>
a { background-color: #AC26E5; }
a { background-color: rgb(172,38,229); }
div.DivClassName
{
background-color: #AC26E5;
}
.BgClassName
{
background-color: #AC26E5;
}
</style>
border-color css
<style>
span { border-color: #AC26E5; }
span { border-color: rgb(172,38,229); }
td.TdClassName
{
border-color: #AC26E5;
}
.TagClassName
{
border-color: #AC26E5;
}
</style>