Shades of Medium Purple #AC62FE
Tints of Medium Purple #AC62FE
RGB
CMYK
RGB Variations
Color information
#AC62FE (or 0xAC62FE) is known color: Medium Purple. HEX triplet: AC, 62 and FE. RGB value is (172,98,254). Sum of RGB (Red+Green+Blue) = 172+98+254=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC62FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC62FE is #539D01. Grayscale: #898989. Windows color (decimal): -5479682 or 16671404. OLE color: 16671404.
HSL color Cylindrical-coordinate representation of color #AC62FE: hue angle of 268.46º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC62FE is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 98 | 254 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.00 |
| HSL | 268.46º | 0.99% | 0.69% | - |
| HSV(B) | 268.46º | 0.61% | 1% | - |
| XYZ | 39.27 | 24.66 | 96.46 | - |
| YUV | 137.91 | 193.52 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 254 | 0.32 | 0.61 | 0 | 0.00 | 268.46 | 0.99 | 0.69 |
| Hex | AC | 62 | FE | 20 | 3D | 0 | 0 | 10C | 63 | 45 |
| Octal | 254 | 142 | 376 | 40 | 75 | 0 | 0 | 414 | 143 | 105 |
| Binary | 10101100 | 1100010 | 11111110 | 100000 | 111101 | 0 | 0 | 100001100 | 1100011 | 1000101 |
Color Harmonies of #AC62FE
Complementary color
Monochromatic Colors of #AC62FE
Black with #AC62FE
Text Example
Text Example
White with #AC62FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC62FE; }
p { color: rgb(172,98,254); }
H1.HeaderClassName
{
color: #AC62FE;
}
.AnyTagClassName
{
color: #AC62FE;
}
</style>
background-color css
<style>
a { background-color: #AC62FE; }
a { background-color: rgb(172,98,254); }
div.DivClassName
{
background-color: #AC62FE;
}
.BgClassName
{
background-color: #AC62FE;
}
</style>
border-color css
<style>
span { border-color: #AC62FE; }
span { border-color: rgb(172,98,254); }
td.TdClassName
{
border-color: #AC62FE;
}
.TagClassName
{
border-color: #AC62FE;
}
</style>