Shades of Light Slate Blue #AA7BFF
Tints of Light Slate Blue #AA7BFF
RGB
CMYK
RGB Variations
Color information
#AA7BFF (or 0xAA7BFF) is known color: Light Slate Blue. HEX triplet: AA, 7B and FF. RGB value is (170,123,255). Sum of RGB (Red+Green+Blue) = 170+123+255=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA7BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BFF is #558400. Grayscale: #979797. Windows color (decimal): -5604353 or 16743338. OLE color: 16743338.
HSL color Cylindrical-coordinate representation of color #AA7BFF: hue angle of 261.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA7BFF is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 123 | 255 | - |
| CMYK | 0.33 | 0.52 | 0 | 0 |
| HSL | 261.36º | 1% | 0.74% | - |
| HSV(B) | 261.36º | 0.52% | 1% | - |
| XYZ | 41.71 | 29.93 | 98.19 | - |
| YUV | 152.1 | 186.07 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 255 | 0.33 | 0.52 | 0 | 0 | 261.36 | 1 | 0.74 |
| Hex | AA | 7B | FF | 21 | 34 | 0 | 0 | 105 | 64 | 4A |
| Octal | 252 | 173 | 377 | 41 | 64 | 0 | 0 | 405 | 144 | 112 |
| Binary | 10101010 | 1111011 | 11111111 | 100001 | 110100 | 0 | 0 | 100000101 | 1100100 | 1001010 |
Color Harmonies of #AA7BFF
Complementary color
Monochromatic Colors of #AA7BFF
Black with #AA7BFF
Text Example
Text Example
White with #AA7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BFF; }
p { color: rgb(170,123,255); }
H1.HeaderClassName
{
color: #AA7BFF;
}
.AnyTagClassName
{
color: #AA7BFF;
}
</style>
background-color css
<style>
a { background-color: #AA7BFF; }
a { background-color: rgb(170,123,255); }
div.DivClassName
{
background-color: #AA7BFF;
}
.BgClassName
{
background-color: #AA7BFF;
}
</style>
border-color css
<style>
span { border-color: #AA7BFF; }
span { border-color: rgb(170,123,255); }
td.TdClassName
{
border-color: #AA7BFF;
}
.TagClassName
{
border-color: #AA7BFF;
}
</style>