Shades of Light Slate Blue #AC80FF
Tints of Light Slate Blue #AC80FF
RGB
CMYK
RGB Variations
Color information
#AC80FF (or 0xAC80FF) is known color: Light Slate Blue. HEX triplet: AC, 80 and FF. RGB value is (172,128,255). Sum of RGB (Red+Green+Blue) = 172+128+255=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC80FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80FF is #537F00. Grayscale: #9B9B9B. Windows color (decimal): -5472001 or 16744620. OLE color: 16744620.
HSL color Cylindrical-coordinate representation of color #AC80FF: hue angle of 260.79º 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 #AC80FF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 128 | 255 | - |
| CMYK | 0.33 | 0.50 | 0 | 0 |
| HSL | 260.79º | 1% | 0.75% | - |
| HSV(B) | 260.79º | 0.5% | 1% | - |
| XYZ | 42.78 | 31.43 | 98.42 | - |
| YUV | 155.63 | 184.08 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 255 | 0.33 | 0.50 | 0 | 0 | 260.79 | 1 | 0.75 |
| Hex | AC | 80 | FF | 21 | 32 | 0 | 0 | 105 | 64 | 4B |
| Octal | 254 | 200 | 377 | 41 | 62 | 0 | 0 | 405 | 144 | 113 |
| Binary | 10101100 | 10000000 | 11111111 | 100001 | 110010 | 0 | 0 | 100000101 | 1100100 | 1001011 |
Color Harmonies of #AC80FF
Complementary color
Monochromatic Colors of #AC80FF
Black with #AC80FF
Text Example
Text Example
White with #AC80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80FF; }
p { color: rgb(172,128,255); }
H1.HeaderClassName
{
color: #AC80FF;
}
.AnyTagClassName
{
color: #AC80FF;
}
</style>
background-color css
<style>
a { background-color: #AC80FF; }
a { background-color: rgb(172,128,255); }
div.DivClassName
{
background-color: #AC80FF;
}
.BgClassName
{
background-color: #AC80FF;
}
</style>
border-color css
<style>
span { border-color: #AC80FF; }
span { border-color: rgb(172,128,255); }
td.TdClassName
{
border-color: #AC80FF;
}
.TagClassName
{
border-color: #AC80FF;
}
</style>