Shades of Perano #AEADFF
Tints of Perano #AEADFF
RGB
CMYK
RGB Variations
Color information
#AEADFF (or 0xAEADFF) is known color: Perano. HEX triplet: AE, AD and FF. RGB value is (174,173,255). Sum of RGB (Red+Green+Blue) = 174+173+255=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEADFF is #515200. Grayscale: #B6B6B6. Windows color (decimal): -5329409 or 16756142. OLE color: 16756142.
HSL color Cylindrical-coordinate representation of color #AEADFF: hue angle of 240.73º 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 #AEADFF is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 173 | 255 | - |
| CMYK | 0.32 | 0.32 | 0 | 0 |
| HSL | 240.73º | 1% | 0.84% | - |
| HSV(B) | 240.73º | 0.32% | 1% | - |
| XYZ | 50.45 | 46.11 | 100.85 | - |
| YUV | 182.65 | 168.83 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 255 | 0.32 | 0.32 | 0 | 0 | 240.73 | 1 | 0.84 |
| Hex | AE | AD | FF | 20 | 20 | 0 | 0 | F1 | 64 | 54 |
| Octal | 256 | 255 | 377 | 40 | 40 | 0 | 0 | 361 | 144 | 124 |
| Binary | 10101110 | 10101101 | 11111111 | 100000 | 100000 | 0 | 0 | 11110001 | 1100100 | 1010100 |
Color Harmonies of #AEADFF
Complementary color
Monochromatic Colors of #AEADFF
Black with #AEADFF
Text Example
Text Example
White with #AEADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADFF; }
p { color: rgb(174,173,255); }
H1.HeaderClassName
{
color: #AEADFF;
}
.AnyTagClassName
{
color: #AEADFF;
}
</style>
background-color css
<style>
a { background-color: #AEADFF; }
a { background-color: rgb(174,173,255); }
div.DivClassName
{
background-color: #AEADFF;
}
.BgClassName
{
background-color: #AEADFF;
}
</style>
border-color css
<style>
span { border-color: #AEADFF; }
span { border-color: rgb(174,173,255); }
td.TdClassName
{
border-color: #AEADFF;
}
.TagClassName
{
border-color: #AEADFF;
}
</style>