#AEAEE1

Color #AEAEE1 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #AEAEE1

Tints of Perano #AEAEE1

Color information

#AEAEE1 (or 0xAEAEE1) is unknown color: approx Perano. HEX triplet: AE, AE and E1. RGB value is (174,174,225). Sum of RGB (Red+Green+Blue) = 174+174+225=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEAEE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEE1 is #51511E. Grayscale: #B3B3B3. Windows color (decimal): -5329183 or 14790318. OLE color: 14790318.

HSL color Cylindrical-coordinate representation of color #AEAEE1: hue angle of 240º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEAEE1 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174174225-
CMYK0.230.2300.12
HSL240º45.95%78.24%-
HSV(B)240º22.67%88.24%-
XYZ46.1844.7177.43-
YUV179.81153.5123.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 225 (88.28% from 255) = 39.27%
R=30.37%
G=30.37%
B=39.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741742250.230.2300.1224045.9578.24
HexAEAEE117170Cf02e4e
Octal256256341272701436056116
Binary101011101010111011100001101111011101100111100001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEE1; }

 p { color: rgb(174,174,225); }

 H1.HeaderClassName
 {
   color: #AEAEE1;
 }
 .AnyTagClassName
 {
   color: #AEAEE1;
 }
</style>
background-color css

<style>
 a { background-color: #AEAEE1; }

 a { background-color: rgb(174,174,225); }

 div.DivClassName
 {
   background-color: #AEAEE1;
 }
 .BgClassName
 {
   background-color: #AEAEE1;
 }
</style>
border-color css

<style>
 span { border-color: #AEAEE1; }

 span { border-color: rgb(174,174,225); }

 td.TdClassName
 {
   border-color: #AEAEE1;
 }
 .TagClassName
 {
   border-color: #AEAEE1;
 }
</style>