Shades of Medium Purple #AC68FA
Tints of Medium Purple #AC68FA
RGB
CMYK
RGB Variations
Color information
#AC68FA (or 0xAC68FA) is known color: Medium Purple. HEX triplet: AC, 68 and FA. RGB value is (172,104,250). Sum of RGB (Red+Green+Blue) = 172+104+250=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC68FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68FA is #539705. Grayscale: #8C8C8C. Windows color (decimal): -5478150 or 16410796. OLE color: 16410796.
HSL color Cylindrical-coordinate representation of color #AC68FA: hue angle of 267.95º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC68FA is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 104 | 250 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.02 |
| HSL | 267.95º | 0.94% | 0.69% | - |
| HSV(B) | 267.95º | 0.58% | 0.98% | - |
| XYZ | 39.22 | 25.57 | 93.31 | - |
| YUV | 140.98 | 189.53 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 250 | 0.31 | 0.58 | 0 | 0.02 | 267.95 | 0.94 | 0.69 |
| Hex | AC | 68 | FA | 1F | 3A | 0 | 2 | 10C | 5E | 45 |
| Octal | 254 | 150 | 372 | 37 | 72 | 0 | 2 | 414 | 136 | 105 |
| Binary | 10101100 | 1101000 | 11111010 | 11111 | 111010 | 0 | 10 | 100001100 | 1011110 | 1000101 |
Color Harmonies of #AC68FA
Complementary color
Monochromatic Colors of #AC68FA
Black with #AC68FA
Text Example
Text Example
White with #AC68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68FA; }
p { color: rgb(172,104,250); }
H1.HeaderClassName
{
color: #AC68FA;
}
.AnyTagClassName
{
color: #AC68FA;
}
</style>
background-color css
<style>
a { background-color: #AC68FA; }
a { background-color: rgb(172,104,250); }
div.DivClassName
{
background-color: #AC68FA;
}
.BgClassName
{
background-color: #AC68FA;
}
</style>
border-color css
<style>
span { border-color: #AC68FA; }
span { border-color: rgb(172,104,250); }
td.TdClassName
{
border-color: #AC68FA;
}
.TagClassName
{
border-color: #AC68FA;
}
</style>