Shades of Medium Purple #AC67FE
Tints of Medium Purple #AC67FE
RGB
CMYK
RGB Variations
Color information
#AC67FE (or 0xAC67FE) is known color: Medium Purple. HEX triplet: AC, 67 and FE. RGB value is (172,103,254). Sum of RGB (Red+Green+Blue) = 172+103+254=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC67FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC67FE is #539801. Grayscale: #8C8C8C. Windows color (decimal): -5478402 or 16672684. OLE color: 16672684.
HSL color Cylindrical-coordinate representation of color #AC67FE: hue angle of 267.42º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC67FE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 103 | 254 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.00 |
| HSL | 267.42º | 0.99% | 0.7% | - |
| HSV(B) | 267.42º | 0.59% | 1% | - |
| XYZ | 39.75 | 25.63 | 96.62 | - |
| YUV | 140.85 | 191.86 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 254 | 0.32 | 0.59 | 0 | 0.00 | 267.42 | 0.99 | 0.7 |
| Hex | AC | 67 | FE | 20 | 3B | 0 | 0 | 10B | 63 | 46 |
| Octal | 254 | 147 | 376 | 40 | 73 | 0 | 0 | 413 | 143 | 106 |
| Binary | 10101100 | 1100111 | 11111110 | 100000 | 111011 | 0 | 0 | 100001011 | 1100011 | 1000110 |
Color Harmonies of #AC67FE
Complementary color
Monochromatic Colors of #AC67FE
Black with #AC67FE
Text Example
Text Example
White with #AC67FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC67FE; }
p { color: rgb(172,103,254); }
H1.HeaderClassName
{
color: #AC67FE;
}
.AnyTagClassName
{
color: #AC67FE;
}
</style>
background-color css
<style>
a { background-color: #AC67FE; }
a { background-color: rgb(172,103,254); }
div.DivClassName
{
background-color: #AC67FE;
}
.BgClassName
{
background-color: #AC67FE;
}
</style>
border-color css
<style>
span { border-color: #AC67FE; }
span { border-color: rgb(172,103,254); }
td.TdClassName
{
border-color: #AC67FE;
}
.TagClassName
{
border-color: #AC67FE;
}
</style>