Shades of Medium Orchid #AC41EA
Tints of Medium Orchid #AC41EA
RGB
CMYK
RGB Variations
Color information
#AC41EA (or 0xAC41EA) is known color: Medium Orchid. HEX triplet: AC, 41 and EA. RGB value is (172,65,234). Sum of RGB (Red+Green+Blue) = 172+65+234=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC41EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC41EA is #53BE15. Grayscale: #737373. Windows color (decimal): -5488150 or 15352236. OLE color: 15352236.
HSL color Cylindrical-coordinate representation of color #AC41EA: hue angle of 277.99º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC41EA is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 65 | 234 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.08 |
| HSL | 277.99º | 0.8% | 0.59% | - |
| HSV(B) | 277.99º | 0.72% | 0.92% | - |
| XYZ | 33.75 | 18.49 | 79.63 | - |
| YUV | 116.26 | 194.45 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 234 | 0.26 | 0.72 | 0 | 0.08 | 277.99 | 0.8 | 0.59 |
| Hex | AC | 41 | EA | 1A | 48 | 0 | 8 | 116 | 50 | 3B |
| Octal | 254 | 101 | 352 | 32 | 110 | 0 | 10 | 426 | 120 | 73 |
| Binary | 10101100 | 1000001 | 11101010 | 11010 | 1001000 | 0 | 1000 | 100010110 | 1010000 | 111011 |
Color Harmonies of #AC41EA
Complementary color
Monochromatic Colors of #AC41EA
Black with #AC41EA
Text Example
Text Example
White with #AC41EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC41EA; }
p { color: rgb(172,65,234); }
H1.HeaderClassName
{
color: #AC41EA;
}
.AnyTagClassName
{
color: #AC41EA;
}
</style>
background-color css
<style>
a { background-color: #AC41EA; }
a { background-color: rgb(172,65,234); }
div.DivClassName
{
background-color: #AC41EA;
}
.BgClassName
{
background-color: #AC41EA;
}
</style>
border-color css
<style>
span { border-color: #AC41EA; }
span { border-color: rgb(172,65,234); }
td.TdClassName
{
border-color: #AC41EA;
}
.TagClassName
{
border-color: #AC41EA;
}
</style>