Shades of Medium Orchid #AC53E4
Tints of Medium Orchid #AC53E4
RGB
CMYK
RGB Variations
Color information
#AC53E4 (or 0xAC53E4) is known color: Medium Orchid. HEX triplet: AC, 53 and E4. RGB value is (172,83,228). Sum of RGB (Red+Green+Blue) = 172+83+228=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC53E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53E4 is #53AC1B. Grayscale: #7D7D7D. Windows color (decimal): -5483548 or 14963628. OLE color: 14963628.
HSL color Cylindrical-coordinate representation of color #AC53E4: hue angle of 276.83º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC53E4 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 83 | 228 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.11 |
| HSL | 276.83º | 0.73% | 0.61% | - |
| HSV(B) | 276.83º | 0.64% | 0.89% | - |
| XYZ | 34.11 | 20.56 | 75.57 | - |
| YUV | 126.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 228 | 0.25 | 0.64 | 0 | 0.11 | 276.83 | 0.73 | 0.61 |
| Hex | AC | 53 | E4 | 19 | 40 | 0 | B | 115 | 49 | 3D |
| Octal | 254 | 123 | 344 | 31 | 100 | 0 | 13 | 425 | 111 | 75 |
| Binary | 10101100 | 1010011 | 11100100 | 11001 | 1000000 | 0 | 1011 | 100010101 | 1001001 | 111101 |
Color Harmonies of #AC53E4
Complementary color
Monochromatic Colors of #AC53E4
Black with #AC53E4
Text Example
Text Example
White with #AC53E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC53E4; }
p { color: rgb(172,83,228); }
H1.HeaderClassName
{
color: #AC53E4;
}
.AnyTagClassName
{
color: #AC53E4;
}
</style>
background-color css
<style>
a { background-color: #AC53E4; }
a { background-color: rgb(172,83,228); }
div.DivClassName
{
background-color: #AC53E4;
}
.BgClassName
{
background-color: #AC53E4;
}
</style>
border-color css
<style>
span { border-color: #AC53E4; }
span { border-color: rgb(172,83,228); }
td.TdClassName
{
border-color: #AC53E4;
}
.TagClassName
{
border-color: #AC53E4;
}
</style>