Shades of Dark Orchid #AC2FEA
Tints of Dark Orchid #AC2FEA
RGB
CMYK
RGB Variations
Color information
#AC2FEA (or 0xAC2FEA) is known color: Dark Orchid. HEX triplet: AC, 2F and EA. RGB value is (172,47,234). Sum of RGB (Red+Green+Blue) = 172+47+234=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC2FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2FEA is #53D015. Grayscale: #696969. Windows color (decimal): -5492758 or 15347628. OLE color: 15347628.
HSL color Cylindrical-coordinate representation of color #AC2FEA: hue angle of 280.11º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2FEA is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 47 | 234 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.08 |
| HSL | 280.11º | 0.82% | 0.55% | - |
| HSV(B) | 280.11º | 0.8% | 0.92% | - |
| XYZ | 32.88 | 16.74 | 79.34 | - |
| YUV | 105.69 | 200.41 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 234 | 0.26 | 0.80 | 0 | 0.08 | 280.11 | 0.82 | 0.55 |
| Hex | AC | 2F | EA | 1A | 50 | 0 | 8 | 118 | 52 | 37 |
| Octal | 254 | 57 | 352 | 32 | 120 | 0 | 10 | 430 | 122 | 67 |
| Binary | 10101100 | 101111 | 11101010 | 11010 | 1010000 | 0 | 1000 | 100011000 | 1010010 | 110111 |
Color Harmonies of #AC2FEA
Complementary color
Monochromatic Colors of #AC2FEA
Black with #AC2FEA
Text Example
Text Example
White with #AC2FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2FEA; }
p { color: rgb(172,47,234); }
H1.HeaderClassName
{
color: #AC2FEA;
}
.AnyTagClassName
{
color: #AC2FEA;
}
</style>
background-color css
<style>
a { background-color: #AC2FEA; }
a { background-color: rgb(172,47,234); }
div.DivClassName
{
background-color: #AC2FEA;
}
.BgClassName
{
background-color: #AC2FEA;
}
</style>
border-color css
<style>
span { border-color: #AC2FEA; }
span { border-color: rgb(172,47,234); }
td.TdClassName
{
border-color: #AC2FEA;
}
.TagClassName
{
border-color: #AC2FEA;
}
</style>