Shades of Perano #A8AAEE
Tints of Perano #A8AAEE
RGB
CMYK
RGB Variations
Color information
#A8AAEE (or 0xA8AAEE) is known color: Perano. HEX triplet: A8, AA and EE. RGB value is (168,170,238). Sum of RGB (Red+Green+Blue) = 168+170+238=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8AAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AAEE is #575511. Grayscale: #B0B0B0. Windows color (decimal): -5723410 or 15641256. OLE color: 15641256.
HSL color Cylindrical-coordinate representation of color #A8AAEE: hue angle of 238.29º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8AAEE is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 170 | 238 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.07 |
| HSL | 238.29º | 0.67% | 0.8% | - |
| HSV(B) | 238.29º | 0.29% | 0.93% | - |
| XYZ | 45.96 | 43.25 | 86.81 | - |
| YUV | 177.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 238 | 0.29 | 0.29 | 0 | 0.07 | 238.29 | 0.67 | 0.8 |
| Hex | A8 | AA | EE | 1D | 1D | 0 | 7 | EE | 43 | 50 |
| Octal | 250 | 252 | 356 | 35 | 35 | 0 | 7 | 356 | 103 | 120 |
| Binary | 10101000 | 10101010 | 11101110 | 11101 | 11101 | 0 | 111 | 11101110 | 1000011 | 1010000 |
Color Harmonies of #A8AAEE
Complementary color
Monochromatic Colors of #A8AAEE
Black with #A8AAEE
Text Example
Text Example
White with #A8AAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AAEE; }
p { color: rgb(168,170,238); }
H1.HeaderClassName
{
color: #A8AAEE;
}
.AnyTagClassName
{
color: #A8AAEE;
}
</style>
background-color css
<style>
a { background-color: #A8AAEE; }
a { background-color: rgb(168,170,238); }
div.DivClassName
{
background-color: #A8AAEE;
}
.BgClassName
{
background-color: #A8AAEE;
}
</style>
border-color css
<style>
span { border-color: #A8AAEE; }
span { border-color: rgb(168,170,238); }
td.TdClassName
{
border-color: #A8AAEE;
}
.TagClassName
{
border-color: #A8AAEE;
}
</style>