Shades of Perano #AEADE3
Tints of Perano #AEADE3
RGB
CMYK
RGB Variations
Color information
#AEADE3 (or 0xAEADE3) is known color: Perano. HEX triplet: AE, AD and E3. RGB value is (174,173,227). Sum of RGB (Red+Green+Blue) = 174+173+227=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEADE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADE3 is #51521C. Grayscale: #B3B3B3. Windows color (decimal): -5329437 or 14921134. OLE color: 14921134.
HSL color Cylindrical-coordinate representation of color #AEADE3: hue angle of 241.11º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEADE3 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 174 | 173 | 227 | - |
CMYK | 0.23 | 0.24 | 0 | 0.11 |
HSL | 241.11º | 0.49% | 0.78% | - |
HSV(B) | 241.11º | 0.24% | 0.89% | - |
XYZ | 46.26 | 44.43 | 78.81 | - |
YUV | 179.46 | 154.83 | 124.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 173 | 227 | 0.23 | 0.24 | 0 | 0.11 | 241.11 | 0.49 | 0.78 |
Hex | AE | AD | E3 | 17 | 18 | 0 | B | F1 | 31 | 4E |
Octal | 256 | 255 | 343 | 27 | 30 | 0 | 13 | 361 | 61 | 116 |
Binary | 10101110 | 10101101 | 11100011 | 10111 | 11000 | 0 | 1011 | 11110001 | 110001 | 1001110 |
Color Harmonies of #AEADE3
Complementary color
Monochromatic Colors of #AEADE3
Black with #AEADE3
Text Example
Text Example
White with #AEADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADE3; }
p { color: rgb(174,173,227); }
H1.HeaderClassName
{
color: #AEADE3;
}
.AnyTagClassName
{
color: #AEADE3;
}
</style>
background-color css
<style>
a { background-color: #AEADE3; }
a { background-color: rgb(174,173,227); }
div.DivClassName
{
background-color: #AEADE3;
}
.BgClassName
{
background-color: #AEADE3;
}
</style>
border-color css
<style>
span { border-color: #AEADE3; }
span { border-color: rgb(174,173,227); }
td.TdClassName
{
border-color: #AEADE3;
}
.TagClassName
{
border-color: #AEADE3;
}
</style>