Shades of Perano #A5AEEA
Tints of Perano #A5AEEA
RGB
CMYK
RGB Variations
Color information
#A5AEEA (or 0xA5AEEA) is known color: Perano. HEX triplet: A5, AE and EA. RGB value is (165,174,234). Sum of RGB (Red+Green+Blue) = 165+174+234=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5AEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AEEA is #5A5115. Grayscale: #B1B1B1. Windows color (decimal): -5918998 or 15380133. OLE color: 15380133.
HSL color Cylindrical-coordinate representation of color #A5AEEA: hue angle of 232.17º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5AEEA is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 174 | 234 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.08 |
| HSL | 232.17º | 0.62% | 0.78% | - |
| HSV(B) | 232.17º | 0.29% | 0.92% | - |
| XYZ | 45.5 | 44.21 | 83.98 | - |
| YUV | 178.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 174 | 234 | 0.29 | 0.26 | 0 | 0.08 | 232.17 | 0.62 | 0.78 |
| Hex | A5 | AE | EA | 1D | 1A | 0 | 8 | E8 | 3E | 4E |
| Octal | 245 | 256 | 352 | 35 | 32 | 0 | 10 | 350 | 76 | 116 |
| Binary | 10100101 | 10101110 | 11101010 | 11101 | 11010 | 0 | 1000 | 11101000 | 111110 | 1001110 |
Color Harmonies of #A5AEEA
Complementary color
Monochromatic Colors of #A5AEEA
Black with #A5AEEA
Text Example
Text Example
White with #A5AEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AEEA; }
p { color: rgb(165,174,234); }
H1.HeaderClassName
{
color: #A5AEEA;
}
.AnyTagClassName
{
color: #A5AEEA;
}
</style>
background-color css
<style>
a { background-color: #A5AEEA; }
a { background-color: rgb(165,174,234); }
div.DivClassName
{
background-color: #A5AEEA;
}
.BgClassName
{
background-color: #A5AEEA;
}
</style>
border-color css
<style>
span { border-color: #A5AEEA; }
span { border-color: rgb(165,174,234); }
td.TdClassName
{
border-color: #A5AEEA;
}
.TagClassName
{
border-color: #A5AEEA;
}
</style>