#AEA1FA

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

Shades of Perano #AEA1FA

Tints of Perano #AEA1FA

Color information

#AEA1FA (or 0xAEA1FA) is unknown color: approx Perano. HEX triplet: AE, A1 and FA. RGB value is (174,161,250). Sum of RGB (Red+Green+Blue) = 174+161+250=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEA1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA1FA is #515E05. Grayscale: #AEAEAE. Windows color (decimal): -5332486 or 16425390. OLE color: 16425390.

HSL color Cylindrical-coordinate representation of color #AEA1FA: hue angle of 248.76º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEA1FA is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174161250-
CMYK0.300.3600.02
HSL248.76º89.9%80.59%-
HSV(B)248.76º35.6%98.04%-
XYZ47.4641.3995.93-
YUV175.03170.31127.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 161 (63.28% from 255) = 27.52%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=29.74%
G=27.52%
B=42.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741612500.300.3600.02248.7689.980.59
HexAEA1FA1E2402f95a51
Octal256241372364402371132121
Binary101011101010000111111010111101001000101111100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1FA; }

 p { color: rgb(174,161,250); }

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

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

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

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

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

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

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