Shades of Medium Purple #AC5EFA
Tints of Medium Purple #AC5EFA
RGB
CMYK
RGB Variations
Color information
#AC5EFA (or 0xAC5EFA) is known color: Medium Purple. HEX triplet: AC, 5E and FA. RGB value is (172,94,250). Sum of RGB (Red+Green+Blue) = 172+94+250=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC5EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5EFA is #53A105. Grayscale: #868686. Windows color (decimal): -5480710 or 16408236. OLE color: 16408236.
HSL color Cylindrical-coordinate representation of color #AC5EFA: hue angle of 270º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC5EFA is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 94 | 250 | - |
CMYK | 0.31 | 0.62 | 0 | 0.02 |
HSL | 270º | 0.94% | 0.67% | - |
HSV(B) | 270º | 0.62% | 0.98% | - |
XYZ | 38.27 | 23.68 | 93 | - |
YUV | 135.11 | 192.84 | 154.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 94 | 250 | 0.31 | 0.62 | 0 | 0.02 | 270 | 0.94 | 0.67 |
Hex | AC | 5E | FA | 1F | 3E | 0 | 2 | 10E | 5E | 43 |
Octal | 254 | 136 | 372 | 37 | 76 | 0 | 2 | 416 | 136 | 103 |
Binary | 10101100 | 1011110 | 11111010 | 11111 | 111110 | 0 | 10 | 100001110 | 1011110 | 1000011 |
Color Harmonies of #AC5EFA
Complementary color
Monochromatic Colors of #AC5EFA
Black with #AC5EFA
Text Example
Text Example
White with #AC5EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5EFA; }
p { color: rgb(172,94,250); }
H1.HeaderClassName
{
color: #AC5EFA;
}
.AnyTagClassName
{
color: #AC5EFA;
}
</style>
background-color css
<style>
a { background-color: #AC5EFA; }
a { background-color: rgb(172,94,250); }
div.DivClassName
{
background-color: #AC5EFA;
}
.BgClassName
{
background-color: #AC5EFA;
}
</style>
border-color css
<style>
span { border-color: #AC5EFA; }
span { border-color: rgb(172,94,250); }
td.TdClassName
{
border-color: #AC5EFA;
}
.TagClassName
{
border-color: #AC5EFA;
}
</style>