#AEA2FE

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

Shades of Perano #AEA2FE

Tints of Perano #AEA2FE

Color information

#AEA2FE (or 0xAEA2FE) is unknown color: approx Perano. HEX triplet: AE, A2 and FE. RGB value is (174,162,254). Sum of RGB (Red+Green+Blue) = 174+162+254=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEA2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA2FE is #515D01. Grayscale: #AFAFAF. Windows color (decimal): -5332226 or 16687790. OLE color: 16687790.

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

Color convert

RGB174162254-
CMYK0.310.3600.00
HSL247.83º97.87%81.57%-
HSV(B)247.83º36.22%99.61%-
XYZ48.274299.33-
YUV176.08171.98126.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 162 (63.67% from 255) = 27.46%
BLUE value IS 254 (99.61% from 255) = 43.05%
R=29.49%
G=27.46%
B=43.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1741622540.310.3600.00247.8397.8781.57
HexAEA2FE1F2400f86252
Octal256242376374400370142122
Binary10101110101000101111111011111100100001111100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2FE; }

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

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

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

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

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

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

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

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