Shades of Medium Purple #AC67EE
Tints of Medium Purple #AC67EE
RGB
CMYK
RGB Variations
Color information
#AC67EE (or 0xAC67EE) is known color: Medium Purple. HEX triplet: AC, 67 and EE. RGB value is (172,103,238). Sum of RGB (Red+Green+Blue) = 172+103+238=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC67EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC67EE is #539811. Grayscale: #8A8A8A. Windows color (decimal): -5478418 or 15624108. OLE color: 15624108.
HSL color Cylindrical-coordinate representation of color #AC67EE: hue angle of 270.67º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC67EE is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 103 | 238 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.07 |
| HSL | 270.67º | 0.8% | 0.67% | - |
| HSV(B) | 270.67º | 0.57% | 0.93% | - |
| XYZ | 37.3 | 24.64 | 83.68 | - |
| YUV | 139.02 | 183.86 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 238 | 0.28 | 0.57 | 0 | 0.07 | 270.67 | 0.8 | 0.67 |
| Hex | AC | 67 | EE | 1C | 39 | 0 | 7 | 10F | 50 | 43 |
| Octal | 254 | 147 | 356 | 34 | 71 | 0 | 7 | 417 | 120 | 103 |
| Binary | 10101100 | 1100111 | 11101110 | 11100 | 111001 | 0 | 111 | 100001111 | 1010000 | 1000011 |
Color Harmonies of #AC67EE
Complementary color
Monochromatic Colors of #AC67EE
Black with #AC67EE
Text Example
Text Example
White with #AC67EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC67EE; }
p { color: rgb(172,103,238); }
H1.HeaderClassName
{
color: #AC67EE;
}
.AnyTagClassName
{
color: #AC67EE;
}
</style>
background-color css
<style>
a { background-color: #AC67EE; }
a { background-color: rgb(172,103,238); }
div.DivClassName
{
background-color: #AC67EE;
}
.BgClassName
{
background-color: #AC67EE;
}
</style>
border-color css
<style>
span { border-color: #AC67EE; }
span { border-color: rgb(172,103,238); }
td.TdClassName
{
border-color: #AC67EE;
}
.TagClassName
{
border-color: #AC67EE;
}
</style>