Shades of Perano #A8AEEE
Tints of Perano #A8AEEE
RGB
CMYK
RGB Variations
Color information
#A8AEEE (or 0xA8AEEE) is known color: Perano. HEX triplet: A8, AE and EE. RGB value is (168,174,238). Sum of RGB (Red+Green+Blue) = 168+174+238=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8AEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AEEE is #575111. Grayscale: #B3B3B3. Windows color (decimal): -5722386 or 15642280. OLE color: 15642280.
HSL color Cylindrical-coordinate representation of color #A8AEEE: hue angle of 234.86º 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 #A8AEEE is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 174 | 238 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.07 |
| HSL | 234.86º | 0.67% | 0.8% | - |
| HSV(B) | 234.86º | 0.29% | 0.93% | - |
| XYZ | 46.72 | 44.77 | 87.07 | - |
| YUV | 179.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 238 | 0.29 | 0.27 | 0 | 0.07 | 234.86 | 0.67 | 0.8 |
| Hex | A8 | AE | EE | 1D | 1B | 0 | 7 | EB | 43 | 50 |
| Octal | 250 | 256 | 356 | 35 | 33 | 0 | 7 | 353 | 103 | 120 |
| Binary | 10101000 | 10101110 | 11101110 | 11101 | 11011 | 0 | 111 | 11101011 | 1000011 | 1010000 |
Color Harmonies of #A8AEEE
Complementary color
Monochromatic Colors of #A8AEEE
Black with #A8AEEE
Text Example
Text Example
White with #A8AEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AEEE; }
p { color: rgb(168,174,238); }
H1.HeaderClassName
{
color: #A8AEEE;
}
.AnyTagClassName
{
color: #A8AEEE;
}
</style>
background-color css
<style>
a { background-color: #A8AEEE; }
a { background-color: rgb(168,174,238); }
div.DivClassName
{
background-color: #A8AEEE;
}
.BgClassName
{
background-color: #A8AEEE;
}
</style>
border-color css
<style>
span { border-color: #A8AEEE; }
span { border-color: rgb(168,174,238); }
td.TdClassName
{
border-color: #A8AEEE;
}
.TagClassName
{
border-color: #A8AEEE;
}
</style>