#AEA0FF

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

Shades of Perano #AEA0FF

Tints of Perano #AEA0FF

Color information

#AEA0FF (or 0xAEA0FF) is unknown color: approx Perano. HEX triplet: AE, A0 and FF. RGB value is (174,160,255). Sum of RGB (Red+Green+Blue) = 174+160+255=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEA0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA0FF is #515F00. Grayscale: #AEAEAE. Windows color (decimal): -5332737 or 16752814. OLE color: 16752814.

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

Color convert

RGB174160255-
CMYK0.320.3700
HSL248.84º100%81.37%-
HSV(B)248.84º37.25%100%-
XYZ48.0841.36100.06-
YUV175.02173.14127.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 160 (62.89% from 255) = 27.16%
BLUE value IS 255 (100% from 255) = 43.29%
R=29.54%
G=27.16%
B=43.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741602550.320.3700248.8410081.37
HexAEA0FF202500f96451
Octal256240377404500371144121
Binary101011101010000011111111100000100101001111100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0FF; }

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

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

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

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

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

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

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

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