#AEABF2

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

Shades of Perano #AEABF2

Tints of Perano #AEABF2

Color information

#AEABF2 (or 0xAEABF2) is unknown color: approx Perano. HEX triplet: AE, AB and F2. RGB value is (174,171,242). Sum of RGB (Red+Green+Blue) = 174+171+242=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEABF2 is #51540D. Grayscale: #B3B3B3. Windows color (decimal): -5329934 or 15903662. OLE color: 15903662.

HSL color Cylindrical-coordinate representation of color #AEABF2: hue angle of 242.54º degrees, saturation: 0.73, 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 #AEABF2 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174171242-
CMYK0.280.2900.05
HSL242.54º73.2%80.98%-
HSV(B)242.54º29.34%94.9%-
XYZ48.0544.5490.07-
YUV179.99162.99123.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 171 (67.19% from 255) = 29.13%
BLUE value IS 242 (94.92% from 255) = 41.23%
R=29.64%
G=29.13%
B=41.23%

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
Decimal1741712420.280.2900.05242.5473.280.98
HexAEABF21C1D05f34951
Octal256253362343505363111121
Binary101011101010101111110010111001110101011111001110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABF2; }

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

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

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

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

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

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

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

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