Shades of Light Slate Blue #AC86FF
Tints of Light Slate Blue #AC86FF
RGB
CMYK
RGB Variations
Color information
#AC86FF (or 0xAC86FF) is known color: Light Slate Blue. HEX triplet: AC, 86 and FF. RGB value is (172,134,255). Sum of RGB (Red+Green+Blue) = 172+134+255=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC86FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC86FF is #537900. Grayscale: #9E9E9E. Windows color (decimal): -5470465 or 16746156. OLE color: 16746156.
HSL color Cylindrical-coordinate representation of color #AC86FF: hue angle of 258.84º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC86FF is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 134 | 255 | - |
| CMYK | 0.33 | 0.47 | 0 | 0 |
| HSL | 258.84º | 1% | 0.76% | - |
| HSV(B) | 258.84º | 0.47% | 1% | - |
| XYZ | 43.59 | 33.04 | 98.69 | - |
| YUV | 159.16 | 182.09 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 255 | 0.33 | 0.47 | 0 | 0 | 258.84 | 1 | 0.76 |
| Hex | AC | 86 | FF | 21 | 2F | 0 | 0 | 103 | 64 | 4C |
| Octal | 254 | 206 | 377 | 41 | 57 | 0 | 0 | 403 | 144 | 114 |
| Binary | 10101100 | 10000110 | 11111111 | 100001 | 101111 | 0 | 0 | 100000011 | 1100100 | 1001100 |
Color Harmonies of #AC86FF
Complementary color
Monochromatic Colors of #AC86FF
Black with #AC86FF
Text Example
Text Example
White with #AC86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC86FF; }
p { color: rgb(172,134,255); }
H1.HeaderClassName
{
color: #AC86FF;
}
.AnyTagClassName
{
color: #AC86FF;
}
</style>
background-color css
<style>
a { background-color: #AC86FF; }
a { background-color: rgb(172,134,255); }
div.DivClassName
{
background-color: #AC86FF;
}
.BgClassName
{
background-color: #AC86FF;
}
</style>
border-color css
<style>
span { border-color: #AC86FF; }
span { border-color: rgb(172,134,255); }
td.TdClassName
{
border-color: #AC86FF;
}
.TagClassName
{
border-color: #AC86FF;
}
</style>