Shades of Perano #AAA8ED
Tints of Perano #AAA8ED
RGB
CMYK
RGB Variations
Color information
#AAA8ED (or 0xAAA8ED) is known color: Perano. HEX triplet: AA, A8 and ED. RGB value is (170,168,237). Sum of RGB (Red+Green+Blue) = 170+168+237=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAA8ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA8ED is #555712. Grayscale: #B0B0B0. Windows color (decimal): -5592851 or 15575210. OLE color: 15575210.
HSL color Cylindrical-coordinate representation of color #AAA8ED: hue angle of 241.74º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAA8ED is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 168 | 237 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.07 |
| HSL | 241.74º | 0.66% | 0.79% | - |
| HSV(B) | 241.74º | 0.29% | 0.93% | - |
| XYZ | 45.87 | 42.67 | 85.94 | - |
| YUV | 176.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 237 | 0.28 | 0.29 | 0 | 0.07 | 241.74 | 0.66 | 0.79 |
| Hex | AA | A8 | ED | 1C | 1D | 0 | 7 | F2 | 42 | 4F |
| Octal | 252 | 250 | 355 | 34 | 35 | 0 | 7 | 362 | 102 | 117 |
| Binary | 10101010 | 10101000 | 11101101 | 11100 | 11101 | 0 | 111 | 11110010 | 1000010 | 1001111 |
Color Harmonies of #AAA8ED
Complementary color
Monochromatic Colors of #AAA8ED
Black with #AAA8ED
Text Example
Text Example
White with #AAA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA8ED; }
p { color: rgb(170,168,237); }
H1.HeaderClassName
{
color: #AAA8ED;
}
.AnyTagClassName
{
color: #AAA8ED;
}
</style>
background-color css
<style>
a { background-color: #AAA8ED; }
a { background-color: rgb(170,168,237); }
div.DivClassName
{
background-color: #AAA8ED;
}
.BgClassName
{
background-color: #AAA8ED;
}
</style>
border-color css
<style>
span { border-color: #AAA8ED; }
span { border-color: rgb(170,168,237); }
td.TdClassName
{
border-color: #AAA8ED;
}
.TagClassName
{
border-color: #AAA8ED;
}
</style>