Shades of Light Slate Blue #AC85FF
Tints of Light Slate Blue #AC85FF
RGB
CMYK
RGB Variations
Color information
#AC85FF (or 0xAC85FF) is known color: Light Slate Blue. HEX triplet: AC, 85 and FF. RGB value is (172,133,255). Sum of RGB (Red+Green+Blue) = 172+133+255=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC85FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC85FF is #537A00. Grayscale: #9E9E9E. Windows color (decimal): -5470721 or 16745900. OLE color: 16745900.
HSL color Cylindrical-coordinate representation of color #AC85FF: hue angle of 259.18º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC85FF is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 133 | 255 | - |
| CMYK | 0.33 | 0.48 | 0 | 0 |
| HSL | 259.18º | 1% | 0.76% | - |
| HSV(B) | 259.18º | 0.48% | 1% | - |
| XYZ | 43.45 | 32.77 | 98.64 | - |
| YUV | 158.57 | 182.42 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 255 | 0.33 | 0.48 | 0 | 0 | 259.18 | 1 | 0.76 |
| Hex | AC | 85 | FF | 21 | 30 | 0 | 0 | 103 | 64 | 4C |
| Octal | 254 | 205 | 377 | 41 | 60 | 0 | 0 | 403 | 144 | 114 |
| Binary | 10101100 | 10000101 | 11111111 | 100001 | 110000 | 0 | 0 | 100000011 | 1100100 | 1001100 |
Color Harmonies of #AC85FF
Complementary color
Monochromatic Colors of #AC85FF
Black with #AC85FF
Text Example
Text Example
White with #AC85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC85FF; }
p { color: rgb(172,133,255); }
H1.HeaderClassName
{
color: #AC85FF;
}
.AnyTagClassName
{
color: #AC85FF;
}
</style>
background-color css
<style>
a { background-color: #AC85FF; }
a { background-color: rgb(172,133,255); }
div.DivClassName
{
background-color: #AC85FF;
}
.BgClassName
{
background-color: #AC85FF;
}
</style>
border-color css
<style>
span { border-color: #AC85FF; }
span { border-color: rgb(172,133,255); }
td.TdClassName
{
border-color: #AC85FF;
}
.TagClassName
{
border-color: #AC85FF;
}
</style>