Shades of Medium Purple #AC7DE9
Tints of Medium Purple #AC7DE9
RGB
CMYK
RGB Variations
Color information
#AC7DE9 (or 0xAC7DE9) is known color: Medium Purple. HEX triplet: AC, 7D and E9. RGB value is (172,125,233). Sum of RGB (Red+Green+Blue) = 172+125+233=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC7DE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7DE9 is #538216. Grayscale: #969696. Windows color (decimal): -5472791 or 15302060. OLE color: 15302060.
HSL color Cylindrical-coordinate representation of color #AC7DE9: hue angle of 266.11º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC7DE9 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 172 | 125 | 233 | - |
CMYK | 0.26 | 0.46 | 0 | 0.09 |
HSL | 266.11º | 0.71% | 0.7% | - |
HSV(B) | 266.11º | 0.46% | 0.91% | - |
XYZ | 39.05 | 29.32 | 80.69 | - |
YUV | 151.37 | 174.07 | 142.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 125 | 233 | 0.26 | 0.46 | 0 | 0.09 | 266.11 | 0.71 | 0.7 |
Hex | AC | 7D | E9 | 1A | 2E | 0 | 9 | 10A | 47 | 46 |
Octal | 254 | 175 | 351 | 32 | 56 | 0 | 11 | 412 | 107 | 106 |
Binary | 10101100 | 1111101 | 11101001 | 11010 | 101110 | 0 | 1001 | 100001010 | 1000111 | 1000110 |
Color Harmonies of #AC7DE9
Complementary color
Monochromatic Colors of #AC7DE9
Black with #AC7DE9
Text Example
Text Example
White with #AC7DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7DE9; }
p { color: rgb(172,125,233); }
H1.HeaderClassName
{
color: #AC7DE9;
}
.AnyTagClassName
{
color: #AC7DE9;
}
</style>
background-color css
<style>
a { background-color: #AC7DE9; }
a { background-color: rgb(172,125,233); }
div.DivClassName
{
background-color: #AC7DE9;
}
.BgClassName
{
background-color: #AC7DE9;
}
</style>
border-color css
<style>
span { border-color: #AC7DE9; }
span { border-color: rgb(172,125,233); }
td.TdClassName
{
border-color: #AC7DE9;
}
.TagClassName
{
border-color: #AC7DE9;
}
</style>