Shades of Light Slate Blue #AA84FF
Tints of Light Slate Blue #AA84FF
RGB
CMYK
RGB Variations
Color information
#AA84FF (or 0xAA84FF) is known color: Light Slate Blue. HEX triplet: AA, 84 and FF. RGB value is (170,132,255). Sum of RGB (Red+Green+Blue) = 170+132+255=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA84FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA84FF is #557B00. Grayscale: #9C9C9C. Windows color (decimal): -5602049 or 16745642. OLE color: 16745642.
HSL color Cylindrical-coordinate representation of color #AA84FF: hue angle of 258.54º 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 #AA84FF is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 132 | 255 | - |
| CMYK | 0.33 | 0.48 | 0 | 0 |
| HSL | 258.54º | 1% | 0.76% | - |
| HSV(B) | 258.54º | 0.48% | 1% | - |
| XYZ | 42.88 | 32.27 | 98.58 | - |
| YUV | 157.38 | 183.09 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 255 | 0.33 | 0.48 | 0 | 0 | 258.54 | 1 | 0.76 |
| Hex | AA | 84 | FF | 21 | 30 | 0 | 0 | 103 | 64 | 4C |
| Octal | 252 | 204 | 377 | 41 | 60 | 0 | 0 | 403 | 144 | 114 |
| Binary | 10101010 | 10000100 | 11111111 | 100001 | 110000 | 0 | 0 | 100000011 | 1100100 | 1001100 |
Color Harmonies of #AA84FF
Complementary color
Monochromatic Colors of #AA84FF
Black with #AA84FF
Text Example
Text Example
White with #AA84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA84FF; }
p { color: rgb(170,132,255); }
H1.HeaderClassName
{
color: #AA84FF;
}
.AnyTagClassName
{
color: #AA84FF;
}
</style>
background-color css
<style>
a { background-color: #AA84FF; }
a { background-color: rgb(170,132,255); }
div.DivClassName
{
background-color: #AA84FF;
}
.BgClassName
{
background-color: #AA84FF;
}
</style>
border-color css
<style>
span { border-color: #AA84FF; }
span { border-color: rgb(170,132,255); }
td.TdClassName
{
border-color: #AA84FF;
}
.TagClassName
{
border-color: #AA84FF;
}
</style>