Shades of Light Slate Blue #AA81FE
Tints of Light Slate Blue #AA81FE
RGB
CMYK
RGB Variations
Color information
#AA81FE (or 0xAA81FE) is known color: Light Slate Blue. HEX triplet: AA, 81 and FE. RGB value is (170,129,254). Sum of RGB (Red+Green+Blue) = 170+129+254=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA81FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81FE is #557E01. Grayscale: #9B9B9B. Windows color (decimal): -5602818 or 16679338. OLE color: 16679338.
HSL color Cylindrical-coordinate representation of color #AA81FE: hue angle of 259.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA81FE is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 129 | 254 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.00 |
| HSL | 259.68º | 0.98% | 0.75% | - |
| HSV(B) | 259.68º | 0.49% | 1% | - |
| XYZ | 42.32 | 31.4 | 97.6 | - |
| YUV | 155.51 | 183.58 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 254 | 0.33 | 0.49 | 0 | 0.00 | 259.68 | 0.98 | 0.75 |
| Hex | AA | 81 | FE | 21 | 31 | 0 | 0 | 104 | 62 | 4B |
| Octal | 252 | 201 | 376 | 41 | 61 | 0 | 0 | 404 | 142 | 113 |
| Binary | 10101010 | 10000001 | 11111110 | 100001 | 110001 | 0 | 0 | 100000100 | 1100010 | 1001011 |
Color Harmonies of #AA81FE
Complementary color
Monochromatic Colors of #AA81FE
Black with #AA81FE
Text Example
Text Example
White with #AA81FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81FE; }
p { color: rgb(170,129,254); }
H1.HeaderClassName
{
color: #AA81FE;
}
.AnyTagClassName
{
color: #AA81FE;
}
</style>
background-color css
<style>
a { background-color: #AA81FE; }
a { background-color: rgb(170,129,254); }
div.DivClassName
{
background-color: #AA81FE;
}
.BgClassName
{
background-color: #AA81FE;
}
</style>
border-color css
<style>
span { border-color: #AA81FE; }
span { border-color: rgb(170,129,254); }
td.TdClassName
{
border-color: #AA81FE;
}
.TagClassName
{
border-color: #AA81FE;
}
</style>