#AEAAE8

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

Shades of Perano #AEAAE8

Tints of Perano #AEAAE8

Color information

#AEAAE8 (or 0xAEAAE8) is unknown color: approx Perano. HEX triplet: AE, AA and E8. RGB value is (174,170,232). Sum of RGB (Red+Green+Blue) = 174+170+232=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #AEAAE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAAE8 is #515517. Grayscale: #B2B2B2. Windows color (decimal): -5330200 or 15248046. OLE color: 15248046.

HSL color Cylindrical-coordinate representation of color #AEAAE8: hue angle of 243.87º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEAAE8 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174170232-
CMYK0.250.2700.09
HSL243.87º57.41%78.82%-
HSV(B)243.87º26.72%90.98%-
XYZ46.443.5782.31-
YUV178.26158.33124.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.21%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 232 (91.02% from 255) = 40.28%
R=30.21%
G=29.51%
B=40.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741702320.250.2700.09243.8757.4178.82
HexAEAAE8191B09f4394f
Octal256252350313301136471117
Binary101011101010101011101000110011101101001111101001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAE8; }

 p { color: rgb(174,170,232); }

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

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

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

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

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

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

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