Shades of Light Slate Blue #AA85FF
Tints of Light Slate Blue #AA85FF
RGB
CMYK
RGB Variations
Color information
#AA85FF (or 0xAA85FF) is known color: Light Slate Blue. HEX triplet: AA, 85 and FF. RGB value is (170,133,255). Sum of RGB (Red+Green+Blue) = 170+133+255=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA85FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA85FF is #557A00. Grayscale: #9D9D9D. Windows color (decimal): -5601793 or 16745898. OLE color: 16745898.
HSL color Cylindrical-coordinate representation of color #AA85FF: hue angle of 258.2º 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 #AA85FF is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 133 | 255 | - |
| CMYK | 0.33 | 0.48 | 0 | 0 |
| HSL | 258.2º | 1% | 0.76% | - |
| HSV(B) | 258.2º | 0.48% | 1% | - |
| XYZ | 43.02 | 32.54 | 98.62 | - |
| YUV | 157.97 | 182.76 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 255 | 0.33 | 0.48 | 0 | 0 | 258.2 | 1 | 0.76 |
| Hex | AA | 85 | FF | 21 | 30 | 0 | 0 | 102 | 64 | 4C |
| Octal | 252 | 205 | 377 | 41 | 60 | 0 | 0 | 402 | 144 | 114 |
| Binary | 10101010 | 10000101 | 11111111 | 100001 | 110000 | 0 | 0 | 100000010 | 1100100 | 1001100 |
Color Harmonies of #AA85FF
Complementary color
Monochromatic Colors of #AA85FF
Black with #AA85FF
Text Example
Text Example
White with #AA85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA85FF; }
p { color: rgb(170,133,255); }
H1.HeaderClassName
{
color: #AA85FF;
}
.AnyTagClassName
{
color: #AA85FF;
}
</style>
background-color css
<style>
a { background-color: #AA85FF; }
a { background-color: rgb(170,133,255); }
div.DivClassName
{
background-color: #AA85FF;
}
.BgClassName
{
background-color: #AA85FF;
}
</style>
border-color css
<style>
span { border-color: #AA85FF; }
span { border-color: rgb(170,133,255); }
td.TdClassName
{
border-color: #AA85FF;
}
.TagClassName
{
border-color: #AA85FF;
}
</style>