#AEAEE2

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

Shades of Perano #AEAEE2

Tints of Perano #AEAEE2

Color information

#AEAEE2 (or 0xAEAEE2) is unknown color: approx Perano. HEX triplet: AE, AE and E2. RGB value is (174,174,226). Sum of RGB (Red+Green+Blue) = 174+174+226=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 226 (88.67% from 255 or 39.37% from 574); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEAEE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEE2 is #51511D. Grayscale: #B3B3B3. Windows color (decimal): -5329182 or 14855854. OLE color: 14855854.

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

Color convert

RGB174174226-
CMYK0.230.2300.11
HSL240º47.27%78.43%-
HSV(B)240º23.01%88.63%-
XYZ46.3244.7678.15-
YUV179.93154123.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 226 (88.67% from 255) = 39.37%
R=30.31%
G=30.31%
B=39.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741742260.230.2300.1124047.2778.43
HexAEAEE217170Bf02f4e
Octal256256342272701336057116
Binary101011101010111011100010101111011101011111100001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEE2; }

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

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

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

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

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

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

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

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