#AEA1FF

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

Shades of Perano #AEA1FF

Tints of Perano #AEA1FF

Color information

#AEA1FF (or 0xAEA1FF) is unknown color: approx Perano. HEX triplet: AE, A1 and FF. RGB value is (174,161,255). Sum of RGB (Red+Green+Blue) = 174+161+255=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 161 (63.28% from 255 or 27.29% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEA1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA1FF is #515E00. Grayscale: #AFAFAF. Windows color (decimal): -5332481 or 16753070. OLE color: 16753070.

HSL color Cylindrical-coordinate representation of color #AEA1FF: hue angle of 248.3º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEA1FF is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174161255-
CMYK0.320.3700
HSL248.3º100%81.57%-
HSV(B)248.3º36.86%100%-
XYZ48.2541.71100.12-
YUV175.6172.81126.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 161 (63.28% from 255) = 27.29%
BLUE value IS 255 (100% from 255) = 43.22%
R=29.49%
G=27.29%
B=43.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741612550.320.3700248.310081.57
HexAEA1FF202500f86452
Octal256241377404500370144122
Binary101011101010000111111111100000100101001111100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1FF; }

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

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

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

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

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

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

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

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