Shades of Medium Orchid #AC5FEA
Tints of Medium Orchid #AC5FEA
RGB
CMYK
RGB Variations
Color information
#AC5FEA (or 0xAC5FEA) is known color: Medium Orchid. HEX triplet: AC, 5F and EA. RGB value is (172,95,234). Sum of RGB (Red+Green+Blue) = 172+95+234=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC5FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5FEA is #53A015. Grayscale: #858585. Windows color (decimal): -5480470 or 15359916. OLE color: 15359916.
HSL color Cylindrical-coordinate representation of color #AC5FEA: hue angle of 273.24º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC5FEA is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 95 | 234 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.08 |
| HSL | 273.24º | 0.77% | 0.65% | - |
| HSV(B) | 273.24º | 0.59% | 0.92% | - |
| XYZ | 35.96 | 22.9 | 80.37 | - |
| YUV | 133.87 | 184.51 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 95 | 234 | 0.26 | 0.59 | 0 | 0.08 | 273.24 | 0.77 | 0.65 |
| Hex | AC | 5F | EA | 1A | 3B | 0 | 8 | 111 | 4D | 41 |
| Octal | 254 | 137 | 352 | 32 | 73 | 0 | 10 | 421 | 115 | 101 |
| Binary | 10101100 | 1011111 | 11101010 | 11010 | 111011 | 0 | 1000 | 100010001 | 1001101 | 1000001 |
Color Harmonies of #AC5FEA
Complementary color
Monochromatic Colors of #AC5FEA
Black with #AC5FEA
Text Example
Text Example
White with #AC5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5FEA; }
p { color: rgb(172,95,234); }
H1.HeaderClassName
{
color: #AC5FEA;
}
.AnyTagClassName
{
color: #AC5FEA;
}
</style>
background-color css
<style>
a { background-color: #AC5FEA; }
a { background-color: rgb(172,95,234); }
div.DivClassName
{
background-color: #AC5FEA;
}
.BgClassName
{
background-color: #AC5FEA;
}
</style>
border-color css
<style>
span { border-color: #AC5FEA; }
span { border-color: rgb(172,95,234); }
td.TdClassName
{
border-color: #AC5FEA;
}
.TagClassName
{
border-color: #AC5FEA;
}
</style>