#AEA0FD

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

Shades of Perano #AEA0FD

Tints of Perano #AEA0FD

Color information

#AEA0FD (or 0xAEA0FD) is unknown color: approx Perano. HEX triplet: AE, A0 and FD. RGB value is (174,160,253). Sum of RGB (Red+Green+Blue) = 174+160+253=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEA0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA0FD is #515F02. Grayscale: #AEAEAE. Windows color (decimal): -5332739 or 16621742. OLE color: 16621742.

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

Color convert

RGB174160253-
CMYK0.310.3700.01
HSL249.03º95.88%80.98%-
HSV(B)249.03º36.76%99.22%-
XYZ47.7641.2398.37-
YUV174.79172.14127.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 160 (62.89% from 255) = 27.26%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=29.64%
G=27.26%
B=43.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741602530.310.3700.01249.0395.8880.98
HexAEA0FD1F2501f96051
Octal256240375374501371140121
Binary10101110101000001111110111111100101011111100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0FD; }

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

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

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

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

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

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

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

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