Shades of Light Slate Blue #AA88FF
Tints of Light Slate Blue #AA88FF
RGB
CMYK
RGB Variations
Color information
#AA88FF (or 0xAA88FF) is known color: Light Slate Blue. HEX triplet: AA, 88 and FF. RGB value is (170,136,255). Sum of RGB (Red+Green+Blue) = 170+136+255=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 136 (53.52% from 255 or 24.24% 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 #AA88FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA88FF is #557700. Grayscale: #9F9F9F. Windows color (decimal): -5601025 or 16746666. OLE color: 16746666.
HSL color Cylindrical-coordinate representation of color #AA88FF: hue angle of 257.14º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA88FF is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 136 | 255 | - |
| CMYK | 0.33 | 0.47 | 0 | 0 |
| HSL | 257.14º | 1% | 0.77% | - |
| HSV(B) | 257.14º | 0.47% | 1% | - |
| XYZ | 43.43 | 33.37 | 98.76 | - |
| YUV | 159.73 | 181.76 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 255 | 0.33 | 0.47 | 0 | 0 | 257.14 | 1 | 0.77 |
| Hex | AA | 88 | FF | 21 | 2F | 0 | 0 | 101 | 64 | 4D |
| Octal | 252 | 210 | 377 | 41 | 57 | 0 | 0 | 401 | 144 | 115 |
| Binary | 10101010 | 10001000 | 11111111 | 100001 | 101111 | 0 | 0 | 100000001 | 1100100 | 1001101 |
Color Harmonies of #AA88FF
Complementary color
Monochromatic Colors of #AA88FF
Black with #AA88FF
Text Example
Text Example
White with #AA88FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA88FF; }
p { color: rgb(170,136,255); }
H1.HeaderClassName
{
color: #AA88FF;
}
.AnyTagClassName
{
color: #AA88FF;
}
</style>
background-color css
<style>
a { background-color: #AA88FF; }
a { background-color: rgb(170,136,255); }
div.DivClassName
{
background-color: #AA88FF;
}
.BgClassName
{
background-color: #AA88FF;
}
</style>
border-color css
<style>
span { border-color: #AA88FF; }
span { border-color: rgb(170,136,255); }
td.TdClassName
{
border-color: #AA88FF;
}
.TagClassName
{
border-color: #AA88FF;
}
</style>