Shades of Perano #A8AEEB
Tints of Perano #A8AEEB
RGB
CMYK
RGB Variations
Color information
#A8AEEB (or 0xA8AEEB) is known color: Perano. HEX triplet: A8, AE and EB. RGB value is (168,174,235). Sum of RGB (Red+Green+Blue) = 168+174+235=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8AEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AEEB is #575114. Grayscale: #B2B2B2. Windows color (decimal): -5722389 or 15445672. OLE color: 15445672.
HSL color Cylindrical-coordinate representation of color #A8AEEB: hue angle of 234.63º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8AEEB is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 174 | 235 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.08 |
| HSL | 234.63º | 0.63% | 0.79% | - |
| HSV(B) | 234.63º | 0.29% | 0.92% | - |
| XYZ | 46.28 | 44.6 | 84.77 | - |
| YUV | 179.16 | 159.51 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 235 | 0.29 | 0.26 | 0 | 0.08 | 234.63 | 0.63 | 0.79 |
| Hex | A8 | AE | EB | 1D | 1A | 0 | 8 | EB | 3F | 4F |
| Octal | 250 | 256 | 353 | 35 | 32 | 0 | 10 | 353 | 77 | 117 |
| Binary | 10101000 | 10101110 | 11101011 | 11101 | 11010 | 0 | 1000 | 11101011 | 111111 | 1001111 |
Color Harmonies of #A8AEEB
Complementary color
Monochromatic Colors of #A8AEEB
Black with #A8AEEB
Text Example
Text Example
White with #A8AEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AEEB; }
p { color: rgb(168,174,235); }
H1.HeaderClassName
{
color: #A8AEEB;
}
.AnyTagClassName
{
color: #A8AEEB;
}
</style>
background-color css
<style>
a { background-color: #A8AEEB; }
a { background-color: rgb(168,174,235); }
div.DivClassName
{
background-color: #A8AEEB;
}
.BgClassName
{
background-color: #A8AEEB;
}
</style>
border-color css
<style>
span { border-color: #A8AEEB; }
span { border-color: rgb(168,174,235); }
td.TdClassName
{
border-color: #A8AEEB;
}
.TagClassName
{
border-color: #A8AEEB;
}
</style>