Shades of Medium Orchid #AC4ECE
Tints of Medium Orchid #AC4ECE
RGB
CMYK
RGB Variations
Color information
#AC4ECE (or 0xAC4ECE) is known color: Medium Orchid. HEX triplet: AC, 4E and CE. RGB value is (172,78,206). Sum of RGB (Red+Green+Blue) = 172+78+206=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC4ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4ECE is #53B131. Grayscale: #787878. Windows color (decimal): -5484850 or 13520556. OLE color: 13520556.
HSL color Cylindrical-coordinate representation of color #AC4ECE: hue angle of 284.06º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4ECE is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 172 | 78 | 206 | - |
CMYK | 0.17 | 0.62 | 0 | 0.19 |
HSL | 284.06º | 0.57% | 0.56% | - |
HSV(B) | 284.06º | 0.62% | 0.81% | - |
XYZ | 30.88 | 18.68 | 60.37 | - |
YUV | 120.7 | 176.14 | 164.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 78 | 206 | 0.17 | 0.62 | 0 | 0.19 | 284.06 | 0.57 | 0.56 |
Hex | AC | 4E | CE | 11 | 3E | 0 | 13 | 11C | 39 | 38 |
Octal | 254 | 116 | 316 | 21 | 76 | 0 | 23 | 434 | 71 | 70 |
Binary | 10101100 | 1001110 | 11001110 | 10001 | 111110 | 0 | 10011 | 100011100 | 111001 | 111000 |
Color Harmonies of #AC4ECE
Complementary color
Monochromatic Colors of #AC4ECE
Black with #AC4ECE
Text Example
Text Example
White with #AC4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4ECE; }
p { color: rgb(172,78,206); }
H1.HeaderClassName
{
color: #AC4ECE;
}
.AnyTagClassName
{
color: #AC4ECE;
}
</style>
background-color css
<style>
a { background-color: #AC4ECE; }
a { background-color: rgb(172,78,206); }
div.DivClassName
{
background-color: #AC4ECE;
}
.BgClassName
{
background-color: #AC4ECE;
}
</style>
border-color css
<style>
span { border-color: #AC4ECE; }
span { border-color: rgb(172,78,206); }
td.TdClassName
{
border-color: #AC4ECE;
}
.TagClassName
{
border-color: #AC4ECE;
}
</style>