#AEA3FF

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

Shades of Perano #AEA3FF

Tints of Perano #AEA3FF

Color information

#AEA3FF (or 0xAEA3FF) is unknown color: approx Perano. HEX triplet: AE, A3 and FF. RGB value is (174,163,255). Sum of RGB (Red+Green+Blue) = 174+163+255=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 163 (64.06% from 255 or 27.53% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEA3FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA3FF is #515C00. Grayscale: #B0B0B0. Windows color (decimal): -5331969 or 16753582. OLE color: 16753582.

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

Color convert

RGB174163255-
CMYK0.320.3600
HSL247.17º100%81.96%-
HSV(B)247.17º36.08%100%-
XYZ48.642.41100.23-
YUV176.78172.14126.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.39%
GREEN value IS 163 (64.06% from 255) = 27.53%
BLUE value IS 255 (100% from 255) = 43.07%
R=29.39%
G=27.53%
B=43.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741632550.320.3600247.1710081.96
HexAEA3FF202400f76452
Octal256243377404400367144122
Binary101011101010001111111111100000100100001111011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3FF; }

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

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

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

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

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

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

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

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