Shades of Medium Purple #AC62FF
Tints of Medium Purple #AC62FF
RGB
CMYK
RGB Variations
Color information
#AC62FF (or 0xAC62FF) is known color: Medium Purple. HEX triplet: AC, 62 and FF. RGB value is (172,98,255). Sum of RGB (Red+Green+Blue) = 172+98+255=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC62FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC62FF is #539D00. Grayscale: #898989. Windows color (decimal): -5479681 or 16736940. OLE color: 16736940.
HSL color Cylindrical-coordinate representation of color #AC62FF: hue angle of 268.28º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC62FF is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 98 | 255 | - |
| CMYK | 0.33 | 0.62 | 0 | 0 |
| HSL | 268.28º | 1% | 0.69% | - |
| HSV(B) | 268.28º | 0.62% | 1% | - |
| XYZ | 39.43 | 24.73 | 97.3 | - |
| YUV | 138.02 | 194.02 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 255 | 0.33 | 0.62 | 0 | 0 | 268.28 | 1 | 0.69 |
| Hex | AC | 62 | FF | 21 | 3E | 0 | 0 | 10C | 64 | 45 |
| Octal | 254 | 142 | 377 | 41 | 76 | 0 | 0 | 414 | 144 | 105 |
| Binary | 10101100 | 1100010 | 11111111 | 100001 | 111110 | 0 | 0 | 100001100 | 1100100 | 1000101 |
Color Harmonies of #AC62FF
Complementary color
Monochromatic Colors of #AC62FF
Black with #AC62FF
Text Example
Text Example
White with #AC62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC62FF; }
p { color: rgb(172,98,255); }
H1.HeaderClassName
{
color: #AC62FF;
}
.AnyTagClassName
{
color: #AC62FF;
}
</style>
background-color css
<style>
a { background-color: #AC62FF; }
a { background-color: rgb(172,98,255); }
div.DivClassName
{
background-color: #AC62FF;
}
.BgClassName
{
background-color: #AC62FF;
}
</style>
border-color css
<style>
span { border-color: #AC62FF; }
span { border-color: rgb(172,98,255); }
td.TdClassName
{
border-color: #AC62FF;
}
.TagClassName
{
border-color: #AC62FF;
}
</style>