#AEA7F9

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

Shades of Perano #AEA7F9

Tints of Perano #AEA7F9

Color information

#AEA7F9 (or 0xAEA7F9) is unknown color: approx Perano. HEX triplet: AE, A7 and F9. RGB value is (174,167,249). Sum of RGB (Red+Green+Blue) = 174+167+249=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #AEA7F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA7F9 is #515806. Grayscale: #B2B2B2. Windows color (decimal): -5330951 or 16361390. OLE color: 16361390.

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

Color convert

RGB174167249-
CMYK0.300.3300.02
HSL245.12º87.23%81.57%-
HSV(B)245.12º32.93%97.65%-
XYZ48.3743.4895.46-
YUV178.44167.82124.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 167 (65.62% from 255) = 28.31%
BLUE value IS 249 (97.66% from 255) = 42.20%
R=29.49%
G=28.31%
B=42.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741672490.300.3300.02245.1287.2381.57
HexAEA7F91E2102f55752
Octal256247371364102365127122
Binary101011101010011111111001111101000010101111010110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA7F9; }

 p { color: rgb(174,167,249); }

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

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

 a { background-color: rgb(174,167,249); }

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

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

 span { border-color: rgb(174,167,249); }

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