#AEA2FB

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

Shades of Perano #AEA2FB

Tints of Perano #AEA2FB

Color information

#AEA2FB (or 0xAEA2FB) is unknown color: approx Perano. HEX triplet: AE, A2 and FB. RGB value is (174,162,251). Sum of RGB (Red+Green+Blue) = 174+162+251=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEA2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA2FB is #515D04. Grayscale: #AFAFAF. Windows color (decimal): -5332229 or 16491182. OLE color: 16491182.

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

Color convert

RGB174162251-
CMYK0.310.3500.02
HSL248.09º91.75%80.98%-
HSV(B)248.09º35.46%98.43%-
XYZ47.7941.896.82-
YUV175.73170.48126.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 162 (63.67% from 255) = 27.60%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=29.64%
G=27.60%
B=42.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741622510.310.3500.02248.0991.7580.98
HexAEA2FB1F2302f85c51
Octal256242373374302370134121
Binary101011101010001011111011111111000110101111100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2FB; }

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

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

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

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

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

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

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

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