Shades of Medium Purple #AC69F0
Tints of Medium Purple #AC69F0
RGB
CMYK
RGB Variations
Color information
#AC69F0 (or 0xAC69F0) is known color: Medium Purple. HEX triplet: AC, 69 and F0. RGB value is (172,105,240). Sum of RGB (Red+Green+Blue) = 172+105+240=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC69F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC69F0 is #53960F. Grayscale: #8B8B8B. Windows color (decimal): -5477904 or 15755692. OLE color: 15755692.
HSL color Cylindrical-coordinate representation of color #AC69F0: hue angle of 269.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC69F0 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 105 | 240 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.06 |
| HSL | 269.78º | 0.82% | 0.68% | - |
| HSV(B) | 269.78º | 0.56% | 0.94% | - |
| XYZ | 37.79 | 25.17 | 85.3 | - |
| YUV | 140.42 | 184.2 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 240 | 0.28 | 0.56 | 0 | 0.06 | 269.78 | 0.82 | 0.68 |
| Hex | AC | 69 | F0 | 1C | 38 | 0 | 6 | 10E | 52 | 44 |
| Octal | 254 | 151 | 360 | 34 | 70 | 0 | 6 | 416 | 122 | 104 |
| Binary | 10101100 | 1101001 | 11110000 | 11100 | 111000 | 0 | 110 | 100001110 | 1010010 | 1000100 |
Color Harmonies of #AC69F0
Complementary color
Monochromatic Colors of #AC69F0
Black with #AC69F0
Text Example
Text Example
White with #AC69F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC69F0; }
p { color: rgb(172,105,240); }
H1.HeaderClassName
{
color: #AC69F0;
}
.AnyTagClassName
{
color: #AC69F0;
}
</style>
background-color css
<style>
a { background-color: #AC69F0; }
a { background-color: rgb(172,105,240); }
div.DivClassName
{
background-color: #AC69F0;
}
.BgClassName
{
background-color: #AC69F0;
}
</style>
border-color css
<style>
span { border-color: #AC69F0; }
span { border-color: rgb(172,105,240); }
td.TdClassName
{
border-color: #AC69F0;
}
.TagClassName
{
border-color: #AC69F0;
}
</style>