Shades of Medium Purple #AC68ED
Tints of Medium Purple #AC68ED
RGB
CMYK
RGB Variations
Color information
#AC68ED (or 0xAC68ED) is known color: Medium Purple. HEX triplet: AC, 68 and ED. RGB value is (172,104,237). Sum of RGB (Red+Green+Blue) = 172+104+237=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC68ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68ED is #539712. Grayscale: #8B8B8B. Windows color (decimal): -5478163 or 15558828. OLE color: 15558828.
HSL color Cylindrical-coordinate representation of color #AC68ED: hue angle of 270.68º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC68ED is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 104 | 237 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.07 |
| HSL | 270.68º | 0.79% | 0.67% | - |
| HSV(B) | 270.68º | 0.56% | 0.93% | - |
| XYZ | 37.25 | 24.79 | 82.94 | - |
| YUV | 139.49 | 183.03 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 237 | 0.27 | 0.56 | 0 | 0.07 | 270.68 | 0.79 | 0.67 |
| Hex | AC | 68 | ED | 1B | 38 | 0 | 7 | 10F | 4F | 43 |
| Octal | 254 | 150 | 355 | 33 | 70 | 0 | 7 | 417 | 117 | 103 |
| Binary | 10101100 | 1101000 | 11101101 | 11011 | 111000 | 0 | 111 | 100001111 | 1001111 | 1000011 |
Color Harmonies of #AC68ED
Complementary color
Monochromatic Colors of #AC68ED
Black with #AC68ED
Text Example
Text Example
White with #AC68ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68ED; }
p { color: rgb(172,104,237); }
H1.HeaderClassName
{
color: #AC68ED;
}
.AnyTagClassName
{
color: #AC68ED;
}
</style>
background-color css
<style>
a { background-color: #AC68ED; }
a { background-color: rgb(172,104,237); }
div.DivClassName
{
background-color: #AC68ED;
}
.BgClassName
{
background-color: #AC68ED;
}
</style>
border-color css
<style>
span { border-color: #AC68ED; }
span { border-color: rgb(172,104,237); }
td.TdClassName
{
border-color: #AC68ED;
}
.TagClassName
{
border-color: #AC68ED;
}
</style>