#AEABF4

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

Shades of Perano #AEABF4

Tints of Perano #AEABF4

Color information

#AEABF4 (or 0xAEABF4) is unknown color: approx Perano. HEX triplet: AE, AB and F4. RGB value is (174,171,244). Sum of RGB (Red+Green+Blue) = 174+171+244=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEABF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEABF4 is #51540B. Grayscale: #B3B3B3. Windows color (decimal): -5329932 or 16034734. OLE color: 16034734.

HSL color Cylindrical-coordinate representation of color #AEABF4: hue angle of 242.47º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEABF4 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174171244-
CMYK0.290.3000.04
HSL242.47º76.84%81.37%-
HSV(B)242.47º29.92%95.69%-
XYZ48.3544.6691.66-
YUV180.22163.99123.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 244 (95.70% from 255) = 41.43%
R=29.54%
G=29.03%
B=41.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1741712440.290.3000.04242.4776.8481.37
HexAEABF41D1E04f24d51
Octal256253364353604362115121
Binary101011101010101111110100111011111001001111001010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABF4; }

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

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

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

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

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

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

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

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