#AEA8F1

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

Shades of Perano #AEA8F1

Tints of Perano #AEA8F1

Color information

#AEA8F1 (or 0xAEA8F1) is unknown color: approx Perano. HEX triplet: AE, A8 and F1. RGB value is (174,168,241). Sum of RGB (Red+Green+Blue) = 174+168+241=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEA8F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA8F1 is #51570E. Grayscale: #B1B1B1. Windows color (decimal): -5330703 or 15837358. OLE color: 15837358.

HSL color Cylindrical-coordinate representation of color #AEA8F1: hue angle of 244.93º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEA8F1 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174168241-
CMYK0.280.3000.05
HSL244.93º72.28%80.2%-
HSV(B)244.93º30.29%94.51%-
XYZ47.3443.3589.09-
YUV178.12163.49125.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 168 (66.02% from 255) = 28.82%
BLUE value IS 241 (94.53% from 255) = 41.34%
R=29.85%
G=28.82%
B=41.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741682410.280.3000.05244.9372.2880.2
HexAEA8F11C1E05f54850
Octal256250361343605365110120
Binary101011101010100011110001111001111001011111010110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA8F1; }

 p { color: rgb(174,168,241); }

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

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

 a { background-color: rgb(174,168,241); }

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

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

 span { border-color: rgb(174,168,241); }

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