#AEA9FA

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

Shades of Perano #AEA9FA

Tints of Perano #AEA9FA

Color information

#AEA9FA (or 0xAEA9FA) is unknown color: approx Perano. HEX triplet: AE, A9 and FA. RGB value is (174,169,250). Sum of RGB (Red+Green+Blue) = 174+169+250=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEA9FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA9FA is #515605. Grayscale: #B3B3B3. Windows color (decimal): -5330438 or 16427438. OLE color: 16427438.

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

Color convert

RGB174169250-
CMYK0.300.3200.02
HSL243.7º89.01%82.16%-
HSV(B)243.7º32.4%98.04%-
XYZ48.944.2896.41-
YUV179.73167.66123.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.34%
GREEN value IS 169 (66.41% from 255) = 28.50%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=29.34%
G=28.50%
B=42.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741692500.300.3200.02243.789.0182.16
HexAEA9FA1E2002f45952
Octal256251372364002364131122
Binary101011101010100111111010111101000000101111010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9FA; }

 p { color: rgb(174,169,250); }

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

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

 a { background-color: rgb(174,169,250); }

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

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

 span { border-color: rgb(174,169,250); }

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