Shades of Light Slate Blue #AA7CFF
Tints of Light Slate Blue #AA7CFF
RGB
CMYK
RGB Variations
Color information
#AA7CFF (or 0xAA7CFF) is known color: Light Slate Blue. HEX triplet: AA, 7C and FF. RGB value is (170,124,255). Sum of RGB (Red+Green+Blue) = 170+124+255=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA7CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7CFF is #558300. Grayscale: #989898. Windows color (decimal): -5604097 or 16743594. OLE color: 16743594.
HSL color Cylindrical-coordinate representation of color #AA7CFF: hue angle of 261.07º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA7CFF is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 124 | 255 | - |
| CMYK | 0.33 | 0.51 | 0 | 0 |
| HSL | 261.07º | 1% | 0.74% | - |
| HSV(B) | 261.07º | 0.51% | 1% | - |
| XYZ | 41.84 | 30.18 | 98.23 | - |
| YUV | 152.69 | 185.74 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 255 | 0.33 | 0.51 | 0 | 0 | 261.07 | 1 | 0.74 |
| Hex | AA | 7C | FF | 21 | 33 | 0 | 0 | 105 | 64 | 4A |
| Octal | 252 | 174 | 377 | 41 | 63 | 0 | 0 | 405 | 144 | 112 |
| Binary | 10101010 | 1111100 | 11111111 | 100001 | 110011 | 0 | 0 | 100000101 | 1100100 | 1001010 |
Color Harmonies of #AA7CFF
Complementary color
Monochromatic Colors of #AA7CFF
Black with #AA7CFF
Text Example
Text Example
White with #AA7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CFF; }
p { color: rgb(170,124,255); }
H1.HeaderClassName
{
color: #AA7CFF;
}
.AnyTagClassName
{
color: #AA7CFF;
}
</style>
background-color css
<style>
a { background-color: #AA7CFF; }
a { background-color: rgb(170,124,255); }
div.DivClassName
{
background-color: #AA7CFF;
}
.BgClassName
{
background-color: #AA7CFF;
}
</style>
border-color css
<style>
span { border-color: #AA7CFF; }
span { border-color: rgb(170,124,255); }
td.TdClassName
{
border-color: #AA7CFF;
}
.TagClassName
{
border-color: #AA7CFF;
}
</style>