Shades of Light Slate Blue #AC7FFF
Tints of Light Slate Blue #AC7FFF
RGB
CMYK
RGB Variations
Color information
#AC7FFF (or 0xAC7FFF) is known color: Light Slate Blue. HEX triplet: AC, 7F and FF. RGB value is (172,127,255). Sum of RGB (Red+Green+Blue) = 172+127+255=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7FFF is #538000. Grayscale: #9A9A9A. Windows color (decimal): -5472257 or 16744364. OLE color: 16744364.
HSL color Cylindrical-coordinate representation of color #AC7FFF: hue angle of 261.09º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7FFF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 127 | 255 | - |
| CMYK | 0.33 | 0.50 | 0 | 0 |
| HSL | 261.09º | 1% | 0.75% | - |
| HSV(B) | 261.09º | 0.5% | 1% | - |
| XYZ | 42.65 | 31.17 | 98.38 | - |
| YUV | 155.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 255 | 0.33 | 0.50 | 0 | 0 | 261.09 | 1 | 0.75 |
| Hex | AC | 7F | FF | 21 | 32 | 0 | 0 | 105 | 64 | 4B |
| Octal | 254 | 177 | 377 | 41 | 62 | 0 | 0 | 405 | 144 | 113 |
| Binary | 10101100 | 1111111 | 11111111 | 100001 | 110010 | 0 | 0 | 100000101 | 1100100 | 1001011 |
Color Harmonies of #AC7FFF
Complementary color
Monochromatic Colors of #AC7FFF
Black with #AC7FFF
Text Example
Text Example
White with #AC7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7FFF; }
p { color: rgb(172,127,255); }
H1.HeaderClassName
{
color: #AC7FFF;
}
.AnyTagClassName
{
color: #AC7FFF;
}
</style>
background-color css
<style>
a { background-color: #AC7FFF; }
a { background-color: rgb(172,127,255); }
div.DivClassName
{
background-color: #AC7FFF;
}
.BgClassName
{
background-color: #AC7FFF;
}
</style>
border-color css
<style>
span { border-color: #AC7FFF; }
span { border-color: rgb(172,127,255); }
td.TdClassName
{
border-color: #AC7FFF;
}
.TagClassName
{
border-color: #AC7FFF;
}
</style>