Shades of Medium Purple #AC5FFF
Tints of Medium Purple #AC5FFF
RGB
CMYK
RGB Variations
Color information
#AC5FFF (or 0xAC5FFF) is known color: Medium Purple. HEX triplet: AC, 5F and FF. RGB value is (172,95,255). Sum of RGB (Red+Green+Blue) = 172+95+255=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC5FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5FFF is #53A000. Grayscale: #878787. Windows color (decimal): -5480449 or 16736172. OLE color: 16736172.
HSL color Cylindrical-coordinate representation of color #AC5FFF: hue angle of 268.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC5FFF is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 95 | 255 | - |
| CMYK | 0.33 | 0.63 | 0 | 0 |
| HSL | 268.88º | 1% | 0.69% | - |
| HSV(B) | 268.88º | 0.63% | 1% | - |
| XYZ | 39.16 | 24.18 | 97.21 | - |
| YUV | 136.26 | 195.01 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 95 | 255 | 0.33 | 0.63 | 0 | 0 | 268.88 | 1 | 0.69 |
| Hex | AC | 5F | FF | 21 | 3F | 0 | 0 | 10D | 64 | 45 |
| Octal | 254 | 137 | 377 | 41 | 77 | 0 | 0 | 415 | 144 | 105 |
| Binary | 10101100 | 1011111 | 11111111 | 100001 | 111111 | 0 | 0 | 100001101 | 1100100 | 1000101 |
Color Harmonies of #AC5FFF
Complementary color
Monochromatic Colors of #AC5FFF
Black with #AC5FFF
Text Example
Text Example
White with #AC5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5FFF; }
p { color: rgb(172,95,255); }
H1.HeaderClassName
{
color: #AC5FFF;
}
.AnyTagClassName
{
color: #AC5FFF;
}
</style>
background-color css
<style>
a { background-color: #AC5FFF; }
a { background-color: rgb(172,95,255); }
div.DivClassName
{
background-color: #AC5FFF;
}
.BgClassName
{
background-color: #AC5FFF;
}
</style>
border-color css
<style>
span { border-color: #AC5FFF; }
span { border-color: rgb(172,95,255); }
td.TdClassName
{
border-color: #AC5FFF;
}
.TagClassName
{
border-color: #AC5FFF;
}
</style>