#AEA3FE

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

Shades of Perano #AEA3FE

Tints of Perano #AEA3FE

Color information

#AEA3FE (or 0xAEA3FE) is unknown color: approx Perano. HEX triplet: AE, A3 and FE. RGB value is (174,163,254). Sum of RGB (Red+Green+Blue) = 174+163+254=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEA3FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA3FE is #515C01. Grayscale: #B0B0B0. Windows color (decimal): -5331970 or 16688046. OLE color: 16688046.

HSL color Cylindrical-coordinate representation of color #AEA3FE: hue angle of 247.25º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEA3FE is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB174163254-
CMYK0.310.3600.00
HSL247.25º97.85%81.76%-
HSV(B)247.25º35.83%99.61%-
XYZ48.4442.3599.39-
YUV176.66171.64126.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 163 (64.06% from 255) = 27.58%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=29.44%
G=27.58%
B=42.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1741632540.310.3600.00247.2597.8581.76
HexAEA3FE1F2400f76252
Octal256243376374400367142122
Binary10101110101000111111111011111100100001111011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3FE; }

 p { color: rgb(174,163,254); }

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

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

 a { background-color: rgb(174,163,254); }

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

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

 span { border-color: rgb(174,163,254); }

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