Shades of Perano #AEB0FF
Tints of Perano #AEB0FF
RGB
CMYK
RGB Variations
Color information
#AEB0FF (or 0xAEB0FF) is known color: Perano. HEX triplet: AE, B0 and FF. RGB value is (174,176,255). Sum of RGB (Red+Green+Blue) = 174+176+255=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB0FF is #514F00. Grayscale: #B8B8B8. Windows color (decimal): -5328641 or 16756910. OLE color: 16756910.
HSL color Cylindrical-coordinate representation of color #AEB0FF: hue angle of 238.52º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEB0FF is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 176 | 255 | - |
| CMYK | 0.32 | 0.31 | 0 | 0 |
| HSL | 238.52º | 1% | 0.84% | - |
| HSV(B) | 238.52º | 0.32% | 1% | - |
| XYZ | 51.03 | 47.27 | 101.04 | - |
| YUV | 184.41 | 167.84 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 176 | 255 | 0.32 | 0.31 | 0 | 0 | 238.52 | 1 | 0.84 |
| Hex | AE | B0 | FF | 20 | 1F | 0 | 0 | EF | 64 | 54 |
| Octal | 256 | 260 | 377 | 40 | 37 | 0 | 0 | 357 | 144 | 124 |
| Binary | 10101110 | 10110000 | 11111111 | 100000 | 11111 | 0 | 0 | 11101111 | 1100100 | 1010100 |
Color Harmonies of #AEB0FF
Complementary color
Monochromatic Colors of #AEB0FF
Black with #AEB0FF
Text Example
Text Example
White with #AEB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB0FF; }
p { color: rgb(174,176,255); }
H1.HeaderClassName
{
color: #AEB0FF;
}
.AnyTagClassName
{
color: #AEB0FF;
}
</style>
background-color css
<style>
a { background-color: #AEB0FF; }
a { background-color: rgb(174,176,255); }
div.DivClassName
{
background-color: #AEB0FF;
}
.BgClassName
{
background-color: #AEB0FF;
}
</style>
border-color css
<style>
span { border-color: #AEB0FF; }
span { border-color: rgb(174,176,255); }
td.TdClassName
{
border-color: #AEB0FF;
}
.TagClassName
{
border-color: #AEB0FF;
}
</style>