#AEA6F8

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

Shades of Perano #AEA6F8

Tints of Perano #AEA6F8

Color information

#AEA6F8 (or 0xAEA6F8) is unknown color: approx Perano. HEX triplet: AE, A6 and F8. RGB value is (174,166,248). Sum of RGB (Red+Green+Blue) = 174+166+248=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEA6F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA6F8 is #515907. Grayscale: #B1B1B1. Windows color (decimal): -5331208 or 16295598. OLE color: 16295598.

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

Color convert

RGB174166248-
CMYK0.300.3300.03
HSL245.85º85.42%81.18%-
HSV(B)245.85º33.06%97.25%-
XYZ48.0443.0594.58-
YUV177.74167.65125.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 166 (65.23% from 255) = 28.23%
BLUE value IS 248 (97.27% from 255) = 42.18%
R=29.59%
G=28.23%
B=42.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1741662480.300.3300.03245.8585.4281.18
HexAEA6F81E2103f65551
Octal256246370364103366125121
Binary101011101010011011111000111101000010111111011010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA6F8; }

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

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

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

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

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

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

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

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