Shades of Dark Orchid #AC27E5
Tints of Dark Orchid #AC27E5
RGB
CMYK
RGB Variations
Color information
#AC27E5 (or 0xAC27E5) is known color: Dark Orchid. HEX triplet: AC, 27 and E5. RGB value is (172,39,229). Sum of RGB (Red+Green+Blue) = 172+39+229=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC27E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC27E5 is #53D81A. Grayscale: #636363. Windows color (decimal): -5494811 or 15017900. OLE color: 15017900.
HSL color Cylindrical-coordinate representation of color #AC27E5: hue angle of 282º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC27E5 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 39 | 229 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.10 |
| HSL | 282º | 0.79% | 0.53% | - |
| HSV(B) | 282º | 0.83% | 0.9% | - |
| XYZ | 31.88 | 15.88 | 75.51 | - |
| YUV | 100.43 | 200.56 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 229 | 0.25 | 0.83 | 0 | 0.10 | 282 | 0.79 | 0.53 |
| Hex | AC | 27 | E5 | 19 | 53 | 0 | A | 11A | 4F | 35 |
| Octal | 254 | 47 | 345 | 31 | 123 | 0 | 12 | 432 | 117 | 65 |
| Binary | 10101100 | 100111 | 11100101 | 11001 | 1010011 | 0 | 1010 | 100011010 | 1001111 | 110101 |
Color Harmonies of #AC27E5
Complementary color
Monochromatic Colors of #AC27E5
Black with #AC27E5
Text Example
Text Example
White with #AC27E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC27E5; }
p { color: rgb(172,39,229); }
H1.HeaderClassName
{
color: #AC27E5;
}
.AnyTagClassName
{
color: #AC27E5;
}
</style>
background-color css
<style>
a { background-color: #AC27E5; }
a { background-color: rgb(172,39,229); }
div.DivClassName
{
background-color: #AC27E5;
}
.BgClassName
{
background-color: #AC27E5;
}
</style>
border-color css
<style>
span { border-color: #AC27E5; }
span { border-color: rgb(172,39,229); }
td.TdClassName
{
border-color: #AC27E5;
}
.TagClassName
{
border-color: #AC27E5;
}
</style>