Shades of Medium Purple #AC67EA
Tints of Medium Purple #AC67EA
RGB
CMYK
RGB Variations
Color information
#AC67EA (or 0xAC67EA) is known color: Medium Purple. HEX triplet: AC, 67 and EA. RGB value is (172,103,234). Sum of RGB (Red+Green+Blue) = 172+103+234=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC67EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC67EA is #539815. Grayscale: #8A8A8A. Windows color (decimal): -5478422 or 15361964. OLE color: 15361964.
HSL color Cylindrical-coordinate representation of color #AC67EA: hue angle of 271.6º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC67EA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 103 | 234 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.08 |
| HSL | 271.6º | 0.76% | 0.66% | - |
| HSV(B) | 271.6º | 0.56% | 0.92% | - |
| XYZ | 36.71 | 24.41 | 80.62 | - |
| YUV | 138.57 | 181.86 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 234 | 0.26 | 0.56 | 0 | 0.08 | 271.6 | 0.76 | 0.66 |
| Hex | AC | 67 | EA | 1A | 38 | 0 | 8 | 110 | 4C | 42 |
| Octal | 254 | 147 | 352 | 32 | 70 | 0 | 10 | 420 | 114 | 102 |
| Binary | 10101100 | 1100111 | 11101010 | 11010 | 111000 | 0 | 1000 | 100010000 | 1001100 | 1000010 |
Color Harmonies of #AC67EA
Complementary color
Monochromatic Colors of #AC67EA
Black with #AC67EA
Text Example
Text Example
White with #AC67EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC67EA; }
p { color: rgb(172,103,234); }
H1.HeaderClassName
{
color: #AC67EA;
}
.AnyTagClassName
{
color: #AC67EA;
}
</style>
background-color css
<style>
a { background-color: #AC67EA; }
a { background-color: rgb(172,103,234); }
div.DivClassName
{
background-color: #AC67EA;
}
.BgClassName
{
background-color: #AC67EA;
}
</style>
border-color css
<style>
span { border-color: #AC67EA; }
span { border-color: rgb(172,103,234); }
td.TdClassName
{
border-color: #AC67EA;
}
.TagClassName
{
border-color: #AC67EA;
}
</style>