Shades of Medium Purple #AC66ED
Tints of Medium Purple #AC66ED
RGB
CMYK
RGB Variations
Color information
#AC66ED (or 0xAC66ED) is known color: Medium Purple. HEX triplet: AC, 66 and ED. RGB value is (172,102,237). Sum of RGB (Red+Green+Blue) = 172+102+237=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC66ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC66ED is #539912. Grayscale: #898989. Windows color (decimal): -5478675 or 15558316. OLE color: 15558316.
HSL color Cylindrical-coordinate representation of color #AC66ED: hue angle of 271.11º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC66ED is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 102 | 237 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.07 |
| HSL | 271.11º | 0.79% | 0.66% | - |
| HSV(B) | 271.11º | 0.57% | 0.93% | - |
| XYZ | 37.05 | 24.39 | 82.88 | - |
| YUV | 138.32 | 183.69 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 237 | 0.27 | 0.57 | 0 | 0.07 | 271.11 | 0.79 | 0.66 |
| Hex | AC | 66 | ED | 1B | 39 | 0 | 7 | 10F | 4F | 42 |
| Octal | 254 | 146 | 355 | 33 | 71 | 0 | 7 | 417 | 117 | 102 |
| Binary | 10101100 | 1100110 | 11101101 | 11011 | 111001 | 0 | 111 | 100001111 | 1001111 | 1000010 |
Color Harmonies of #AC66ED
Complementary color
Monochromatic Colors of #AC66ED
Black with #AC66ED
Text Example
Text Example
White with #AC66ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC66ED; }
p { color: rgb(172,102,237); }
H1.HeaderClassName
{
color: #AC66ED;
}
.AnyTagClassName
{
color: #AC66ED;
}
</style>
background-color css
<style>
a { background-color: #AC66ED; }
a { background-color: rgb(172,102,237); }
div.DivClassName
{
background-color: #AC66ED;
}
.BgClassName
{
background-color: #AC66ED;
}
</style>
border-color css
<style>
span { border-color: #AC66ED; }
span { border-color: rgb(172,102,237); }
td.TdClassName
{
border-color: #AC66ED;
}
.TagClassName
{
border-color: #AC66ED;
}
</style>