#AEA0FE

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

Shades of Perano #AEA0FE

Tints of Perano #AEA0FE

Color information

#AEA0FE (or 0xAEA0FE) is unknown color: approx Perano. HEX triplet: AE, A0 and FE. RGB value is (174,160,254). Sum of RGB (Red+Green+Blue) = 174+160+254=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 160 (62.89% from 255 or 27.21% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEA0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA0FE is #515F01. Grayscale: #AEAEAE. Windows color (decimal): -5332738 or 16687278. OLE color: 16687278.

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

Color convert

RGB174160254-
CMYK0.310.3700.00
HSL248.94º97.92%81.18%-
HSV(B)248.94º37.01%99.61%-
XYZ47.9241.399.21-
YUV174.9172.64127.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 160 (62.89% from 255) = 27.21%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=29.59%
G=27.21%
B=43.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1741602540.310.3700.00248.9497.9281.18
HexAEA0FE1F2500f96251
Octal256240376374500371142121
Binary10101110101000001111111011111100101001111100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0FE; }

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

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

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

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

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

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

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

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