Shades of Perano #A8AEEA
Tints of Perano #A8AEEA
RGB
CMYK
RGB Variations
Color information
#A8AEEA (or 0xA8AEEA) is known color: Perano. HEX triplet: A8, AE and EA. RGB value is (168,174,234). Sum of RGB (Red+Green+Blue) = 168+174+234=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8AEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AEEA is #575115. Grayscale: #B2B2B2. Windows color (decimal): -5722390 or 15380136. OLE color: 15380136.
HSL color Cylindrical-coordinate representation of color #A8AEEA: hue angle of 234.55º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8AEEA is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 174 | 234 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.08 |
| HSL | 234.55º | 0.61% | 0.79% | - |
| HSV(B) | 234.55º | 0.28% | 0.92% | - |
| XYZ | 46.14 | 44.54 | 84.01 | - |
| YUV | 179.05 | 159.01 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 234 | 0.28 | 0.26 | 0 | 0.08 | 234.55 | 0.61 | 0.79 |
| Hex | A8 | AE | EA | 1C | 1A | 0 | 8 | EB | 3D | 4F |
| Octal | 250 | 256 | 352 | 34 | 32 | 0 | 10 | 353 | 75 | 117 |
| Binary | 10101000 | 10101110 | 11101010 | 11100 | 11010 | 0 | 1000 | 11101011 | 111101 | 1001111 |
Color Harmonies of #A8AEEA
Complementary color
Monochromatic Colors of #A8AEEA
Black with #A8AEEA
Text Example
Text Example
White with #A8AEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AEEA; }
p { color: rgb(168,174,234); }
H1.HeaderClassName
{
color: #A8AEEA;
}
.AnyTagClassName
{
color: #A8AEEA;
}
</style>
background-color css
<style>
a { background-color: #A8AEEA; }
a { background-color: rgb(168,174,234); }
div.DivClassName
{
background-color: #A8AEEA;
}
.BgClassName
{
background-color: #A8AEEA;
}
</style>
border-color css
<style>
span { border-color: #A8AEEA; }
span { border-color: rgb(168,174,234); }
td.TdClassName
{
border-color: #A8AEEA;
}
.TagClassName
{
border-color: #A8AEEA;
}
</style>