Shades of Medium Purple #AC61FE
Tints of Medium Purple #AC61FE
RGB
CMYK
RGB Variations
Color information
#AC61FE (or 0xAC61FE) is known color: Medium Purple. HEX triplet: AC, 61 and FE. RGB value is (172,97,254). Sum of RGB (Red+Green+Blue) = 172+97+254=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC61FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC61FE is #539E01. Grayscale: #888888. Windows color (decimal): -5479938 or 16671148. OLE color: 16671148.
HSL color Cylindrical-coordinate representation of color #AC61FE: hue angle of 268.66º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC61FE is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 97 | 254 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.00 |
| HSL | 268.66º | 0.99% | 0.69% | - |
| HSV(B) | 268.66º | 0.62% | 1% | - |
| XYZ | 39.18 | 24.48 | 96.43 | - |
| YUV | 137.32 | 193.85 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 254 | 0.32 | 0.62 | 0 | 0.00 | 268.66 | 0.99 | 0.69 |
| Hex | AC | 61 | FE | 20 | 3E | 0 | 0 | 10D | 63 | 45 |
| Octal | 254 | 141 | 376 | 40 | 76 | 0 | 0 | 415 | 143 | 105 |
| Binary | 10101100 | 1100001 | 11111110 | 100000 | 111110 | 0 | 0 | 100001101 | 1100011 | 1000101 |
Color Harmonies of #AC61FE
Complementary color
Monochromatic Colors of #AC61FE
Black with #AC61FE
Text Example
Text Example
White with #AC61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC61FE; }
p { color: rgb(172,97,254); }
H1.HeaderClassName
{
color: #AC61FE;
}
.AnyTagClassName
{
color: #AC61FE;
}
</style>
background-color css
<style>
a { background-color: #AC61FE; }
a { background-color: rgb(172,97,254); }
div.DivClassName
{
background-color: #AC61FE;
}
.BgClassName
{
background-color: #AC61FE;
}
</style>
border-color css
<style>
span { border-color: #AC61FE; }
span { border-color: rgb(172,97,254); }
td.TdClassName
{
border-color: #AC61FE;
}
.TagClassName
{
border-color: #AC61FE;
}
</style>