#AEA1F8

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

Shades of Perano #AEA1F8

Tints of Perano #AEA1F8

Color information

#AEA1F8 (or 0xAEA1F8) is unknown color: approx Perano. HEX triplet: AE, A1 and F8. RGB value is (174,161,248). Sum of RGB (Red+Green+Blue) = 174+161+248=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 248 (97.27% from 255 or 42.54% from 583); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEA1F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA1F8 is #515E07. Grayscale: #AEAEAE. Windows color (decimal): -5332488 or 16294318. OLE color: 16294318.

HSL color Cylindrical-coordinate representation of color #AEA1F8: hue angle of 248.97º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEA1F8 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB174161248-
CMYK0.300.3500.03
HSL248.97º86.14%80.2%-
HSV(B)248.97º35.08%97.25%-
XYZ47.1441.2794.29-
YUV174.8169.31127.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 161 (63.28% from 255) = 27.62%
BLUE value IS 248 (97.27% from 255) = 42.54%
R=29.85%
G=27.62%
B=42.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1741612480.300.3500.03248.9786.1480.2
HexAEA1F81E2303f95650
Octal256241370364303371126120
Binary101011101010000111111000111101000110111111100110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1F8; }

 p { color: rgb(174,161,248); }

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

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

 a { background-color: rgb(174,161,248); }

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

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

 span { border-color: rgb(174,161,248); }

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