#AEA9F1

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

Shades of Perano #AEA9F1

Tints of Perano #AEA9F1

Color information

#AEA9F1 (or 0xAEA9F1) is unknown color: approx Perano. HEX triplet: AE, A9 and F1. RGB value is (174,169,241). Sum of RGB (Red+Green+Blue) = 174+169+241=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEA9F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA9F1 is #51560E. Grayscale: #B2B2B2. Windows color (decimal): -5330447 or 15837614. OLE color: 15837614.

HSL color Cylindrical-coordinate representation of color #AEA9F1: hue angle of 244.17º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEA9F1 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174169241-
CMYK0.280.3000.05
HSL244.17º72%80.39%-
HSV(B)244.17º29.88%94.51%-
XYZ47.5243.7389.15-
YUV178.7163.16124.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.79%
GREEN value IS 169 (66.41% from 255) = 28.94%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=29.79%
G=28.94%
B=41.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741692410.280.3000.05244.177280.39
HexAEA9F11C1E05f44850
Octal256251361343605364110120
Binary101011101010100111110001111001111001011111010010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9F1; }

 p { color: rgb(174,169,241); }

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

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

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

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

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

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

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