Shades of Medium Purple #AC7BFD
Tints of Medium Purple #AC7BFD
RGB
CMYK
RGB Variations
Color information
#AC7BFD (or 0xAC7BFD) is known color: Medium Purple. HEX triplet: AC, 7B and FD. RGB value is (172,123,253). Sum of RGB (Red+Green+Blue) = 172+123+253=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC7BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7BFD is #538402. Grayscale: #989898. Windows color (decimal): -5473283 or 16612268. OLE color: 16612268.
HSL color Cylindrical-coordinate representation of color #AC7BFD: hue angle of 262.62º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC7BFD is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 123 | 253 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.01 |
| HSL | 262.62º | 0.97% | 0.74% | - |
| HSV(B) | 262.62º | 0.51% | 0.99% | - |
| XYZ | 41.83 | 30.03 | 96.52 | - |
| YUV | 152.47 | 184.73 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 253 | 0.32 | 0.51 | 0 | 0.01 | 262.62 | 0.97 | 0.74 |
| Hex | AC | 7B | FD | 20 | 33 | 0 | 1 | 107 | 61 | 4A |
| Octal | 254 | 173 | 375 | 40 | 63 | 0 | 1 | 407 | 141 | 112 |
| Binary | 10101100 | 1111011 | 11111101 | 100000 | 110011 | 0 | 1 | 100000111 | 1100001 | 1001010 |
Color Harmonies of #AC7BFD
Complementary color
Monochromatic Colors of #AC7BFD
Black with #AC7BFD
Text Example
Text Example
White with #AC7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7BFD; }
p { color: rgb(172,123,253); }
H1.HeaderClassName
{
color: #AC7BFD;
}
.AnyTagClassName
{
color: #AC7BFD;
}
</style>
background-color css
<style>
a { background-color: #AC7BFD; }
a { background-color: rgb(172,123,253); }
div.DivClassName
{
background-color: #AC7BFD;
}
.BgClassName
{
background-color: #AC7BFD;
}
</style>
border-color css
<style>
span { border-color: #AC7BFD; }
span { border-color: rgb(172,123,253); }
td.TdClassName
{
border-color: #AC7BFD;
}
.TagClassName
{
border-color: #AC7BFD;
}
</style>