#AEABF1

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

Shades of Perano #AEABF1

Tints of Perano #AEABF1

Color information

#AEABF1 (or 0xAEABF1) is unknown color: approx Perano. HEX triplet: AE, AB and F1. RGB value is (174,171,241). Sum of RGB (Red+Green+Blue) = 174+171+241=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEABF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEABF1 is #51540E. Grayscale: #B3B3B3. Windows color (decimal): -5329935 or 15838126. OLE color: 15838126.

HSL color Cylindrical-coordinate representation of color #AEABF1: hue angle of 242.57º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEABF1 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174171241-
CMYK0.280.2900.05
HSL242.57º71.43%80.78%-
HSV(B)242.57º29.05%94.51%-
XYZ47.944.4889.28-
YUV179.88162.49123.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.69%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=29.69%
G=29.18%
B=41.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741712410.280.2900.05242.5771.4380.78
HexAEABF11C1D05f34751
Octal256253361343505363107121
Binary101011101010101111110001111001110101011111001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABF1; }

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

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

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

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

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

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

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

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