Shades of Dark Orchid #AC1EAA
Tints of Dark Orchid #AC1EAA
RGB
CMYK
RGB Variations
Color information
#AC1EAA (or 0xAC1EAA) is known color: Dark Orchid. HEX triplet: AC, 1E and AA. RGB value is (172,30,170). Sum of RGB (Red+Green+Blue) = 172+30+170=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1EAA is #53E155. Grayscale: #585858. Windows color (decimal): -5497174 or 11148972. OLE color: 11148972.
HSL color Cylindrical-coordinate representation of color #AC1EAA: hue angle of 300.85º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1EAA is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 30 | 170 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.33 |
| HSL | 300.85º | 0.7% | 0.4% | - |
| HSV(B) | 300.85º | 0.83% | 0.67% | - |
| XYZ | 24.73 | 12.6 | 39.16 | - |
| YUV | 88.42 | 174.04 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 30 | 170 | 0 | 0.83 | 0.01 | 0.33 | 300.85 | 0.7 | 0.4 |
| Hex | AC | 1E | AA | 0 | 53 | 1 | 21 | 12D | 46 | 28 |
| Octal | 254 | 36 | 252 | 0 | 123 | 1 | 41 | 455 | 106 | 50 |
| Binary | 10101100 | 11110 | 10101010 | 0 | 1010011 | 1 | 100001 | 100101101 | 1000110 | 101000 |
Color Harmonies of #AC1EAA
Complementary color
Monochromatic Colors of #AC1EAA
Black with #AC1EAA
Text Example
Text Example
White with #AC1EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1EAA; }
p { color: rgb(172,30,170); }
H1.HeaderClassName
{
color: #AC1EAA;
}
.AnyTagClassName
{
color: #AC1EAA;
}
</style>
background-color css
<style>
a { background-color: #AC1EAA; }
a { background-color: rgb(172,30,170); }
div.DivClassName
{
background-color: #AC1EAA;
}
.BgClassName
{
background-color: #AC1EAA;
}
</style>
border-color css
<style>
span { border-color: #AC1EAA; }
span { border-color: rgb(172,30,170); }
td.TdClassName
{
border-color: #AC1EAA;
}
.TagClassName
{
border-color: #AC1EAA;
}
</style>