Shades of Light Slate Blue #AA7DFF
Tints of Light Slate Blue #AA7DFF
RGB
CMYK
RGB Variations
Color information
#AA7DFF (or 0xAA7DFF) is known color: Light Slate Blue. HEX triplet: AA, 7D and FF. RGB value is (170,125,255). Sum of RGB (Red+Green+Blue) = 170+125+255=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA7DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7DFF is #558200. Grayscale: #989898. Windows color (decimal): -5603841 or 16743850. OLE color: 16743850.
HSL color Cylindrical-coordinate representation of color #AA7DFF: hue angle of 260.77º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA7DFF is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 125 | 255 | - |
| CMYK | 0.33 | 0.51 | 0 | 0 |
| HSL | 260.77º | 1% | 0.75% | - |
| HSV(B) | 260.77º | 0.51% | 1% | - |
| XYZ | 41.96 | 30.43 | 98.27 | - |
| YUV | 153.28 | 185.41 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 255 | 0.33 | 0.51 | 0 | 0 | 260.77 | 1 | 0.75 |
| Hex | AA | 7D | FF | 21 | 33 | 0 | 0 | 105 | 64 | 4B |
| Octal | 252 | 175 | 377 | 41 | 63 | 0 | 0 | 405 | 144 | 113 |
| Binary | 10101010 | 1111101 | 11111111 | 100001 | 110011 | 0 | 0 | 100000101 | 1100100 | 1001011 |
Color Harmonies of #AA7DFF
Complementary color
Monochromatic Colors of #AA7DFF
Black with #AA7DFF
Text Example
Text Example
White with #AA7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7DFF; }
p { color: rgb(170,125,255); }
H1.HeaderClassName
{
color: #AA7DFF;
}
.AnyTagClassName
{
color: #AA7DFF;
}
</style>
background-color css
<style>
a { background-color: #AA7DFF; }
a { background-color: rgb(170,125,255); }
div.DivClassName
{
background-color: #AA7DFF;
}
.BgClassName
{
background-color: #AA7DFF;
}
</style>
border-color css
<style>
span { border-color: #AA7DFF; }
span { border-color: rgb(170,125,255); }
td.TdClassName
{
border-color: #AA7DFF;
}
.TagClassName
{
border-color: #AA7DFF;
}
</style>