Shades of Medium Purple #AC64FF
Tints of Medium Purple #AC64FF
RGB
CMYK
RGB Variations
Color information
#AC64FF (or 0xAC64FF) is known color: Medium Purple. HEX triplet: AC, 64 and FF. RGB value is (172,100,255). Sum of RGB (Red+Green+Blue) = 172+100+255=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC64FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC64FF is #539B00. Grayscale: #8A8A8A. Windows color (decimal): -5479169 or 16737452. OLE color: 16737452.
HSL color Cylindrical-coordinate representation of color #AC64FF: hue angle of 267.87º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC64FF is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 100 | 255 | - |
| CMYK | 0.33 | 0.61 | 0 | 0 |
| HSL | 267.87º | 1% | 0.7% | - |
| HSV(B) | 267.87º | 0.61% | 1% | - |
| XYZ | 39.62 | 25.11 | 97.37 | - |
| YUV | 139.2 | 193.35 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 255 | 0.33 | 0.61 | 0 | 0 | 267.87 | 1 | 0.7 |
| Hex | AC | 64 | FF | 21 | 3D | 0 | 0 | 10C | 64 | 46 |
| Octal | 254 | 144 | 377 | 41 | 75 | 0 | 0 | 414 | 144 | 106 |
| Binary | 10101100 | 1100100 | 11111111 | 100001 | 111101 | 0 | 0 | 100001100 | 1100100 | 1000110 |
Color Harmonies of #AC64FF
Complementary color
Monochromatic Colors of #AC64FF
Black with #AC64FF
Text Example
Text Example
White with #AC64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC64FF; }
p { color: rgb(172,100,255); }
H1.HeaderClassName
{
color: #AC64FF;
}
.AnyTagClassName
{
color: #AC64FF;
}
</style>
background-color css
<style>
a { background-color: #AC64FF; }
a { background-color: rgb(172,100,255); }
div.DivClassName
{
background-color: #AC64FF;
}
.BgClassName
{
background-color: #AC64FF;
}
</style>
border-color css
<style>
span { border-color: #AC64FF; }
span { border-color: rgb(172,100,255); }
td.TdClassName
{
border-color: #AC64FF;
}
.TagClassName
{
border-color: #AC64FF;
}
</style>