Shades of Medium Purple #AC7BFE
Tints of Medium Purple #AC7BFE
RGB
CMYK
RGB Variations
Color information
#AC7BFE (or 0xAC7BFE) is known color: Medium Purple. HEX triplet: AC, 7B and FE. RGB value is (172,123,254). Sum of RGB (Red+Green+Blue) = 172+123+254=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC7BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7BFE is #538401. Grayscale: #989898. Windows color (decimal): -5473282 or 16677804. OLE color: 16677804.
HSL color Cylindrical-coordinate representation of color #AC7BFE: hue angle of 262.44º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC7BFE is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 123 | 254 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.00 |
| HSL | 262.44º | 0.98% | 0.74% | - |
| HSV(B) | 262.44º | 0.52% | 1% | - |
| XYZ | 41.99 | 30.09 | 97.36 | - |
| YUV | 152.59 | 185.23 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 254 | 0.32 | 0.52 | 0 | 0.00 | 262.44 | 0.98 | 0.74 |
| Hex | AC | 7B | FE | 20 | 34 | 0 | 0 | 106 | 62 | 4A |
| Octal | 254 | 173 | 376 | 40 | 64 | 0 | 0 | 406 | 142 | 112 |
| Binary | 10101100 | 1111011 | 11111110 | 100000 | 110100 | 0 | 0 | 100000110 | 1100010 | 1001010 |
Color Harmonies of #AC7BFE
Complementary color
Monochromatic Colors of #AC7BFE
Black with #AC7BFE
Text Example
Text Example
White with #AC7BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7BFE; }
p { color: rgb(172,123,254); }
H1.HeaderClassName
{
color: #AC7BFE;
}
.AnyTagClassName
{
color: #AC7BFE;
}
</style>
background-color css
<style>
a { background-color: #AC7BFE; }
a { background-color: rgb(172,123,254); }
div.DivClassName
{
background-color: #AC7BFE;
}
.BgClassName
{
background-color: #AC7BFE;
}
</style>
border-color css
<style>
span { border-color: #AC7BFE; }
span { border-color: rgb(172,123,254); }
td.TdClassName
{
border-color: #AC7BFE;
}
.TagClassName
{
border-color: #AC7BFE;
}
</style>