#AEA2FD

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

Shades of Perano #AEA2FD

Tints of Perano #AEA2FD

Color information

#AEA2FD (or 0xAEA2FD) is unknown color: approx Perano. HEX triplet: AE, A2 and FD. RGB value is (174,162,253). Sum of RGB (Red+Green+Blue) = 174+162+253=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEA2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA2FD is #515D02. Grayscale: #AFAFAF. Windows color (decimal): -5332227 or 16622254. OLE color: 16622254.

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

Color convert

RGB174162253-
CMYK0.310.3600.01
HSL247.91º95.79%81.37%-
HSV(B)247.91º35.97%99.22%-
XYZ48.1141.9398.49-
YUV175.96171.48126.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 162 (63.67% from 255) = 27.50%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=29.54%
G=27.50%
B=42.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741622530.310.3600.01247.9195.7981.37
HexAEA2FD1F2401f86051
Octal256242375374401370140121
Binary10101110101000101111110111111100100011111100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2FD; }

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

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

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

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

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

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

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

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