Shades of Medium Purple #AC6EFB
Tints of Medium Purple #AC6EFB
RGB
CMYK
RGB Variations
Color information
#AC6EFB (or 0xAC6EFB) is known color: Medium Purple. HEX triplet: AC, 6E and FB. RGB value is (172,110,251). Sum of RGB (Red+Green+Blue) = 172+110+251=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC6EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6EFB is #539104. Grayscale: #909090. Windows color (decimal): -5476613 or 16477868. OLE color: 16477868.
HSL color Cylindrical-coordinate representation of color #AC6EFB: hue angle of 266.38º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC6EFB is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 110 | 251 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.02 |
| HSL | 266.38º | 0.95% | 0.71% | - |
| HSV(B) | 266.38º | 0.56% | 0.98% | - |
| XYZ | 40 | 26.89 | 94.35 | - |
| YUV | 144.61 | 188.04 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 251 | 0.31 | 0.56 | 0 | 0.02 | 266.38 | 0.95 | 0.71 |
| Hex | AC | 6E | FB | 1F | 38 | 0 | 2 | 10A | 5F | 47 |
| Octal | 254 | 156 | 373 | 37 | 70 | 0 | 2 | 412 | 137 | 107 |
| Binary | 10101100 | 1101110 | 11111011 | 11111 | 111000 | 0 | 10 | 100001010 | 1011111 | 1000111 |
Color Harmonies of #AC6EFB
Complementary color
Monochromatic Colors of #AC6EFB
Black with #AC6EFB
Text Example
Text Example
White with #AC6EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6EFB; }
p { color: rgb(172,110,251); }
H1.HeaderClassName
{
color: #AC6EFB;
}
.AnyTagClassName
{
color: #AC6EFB;
}
</style>
background-color css
<style>
a { background-color: #AC6EFB; }
a { background-color: rgb(172,110,251); }
div.DivClassName
{
background-color: #AC6EFB;
}
.BgClassName
{
background-color: #AC6EFB;
}
</style>
border-color css
<style>
span { border-color: #AC6EFB; }
span { border-color: rgb(172,110,251); }
td.TdClassName
{
border-color: #AC6EFB;
}
.TagClassName
{
border-color: #AC6EFB;
}
</style>