#AEADF1

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

Shades of Perano #AEADF1

Tints of Perano #AEADF1

Color information

#AEADF1 (or 0xAEADF1) is unknown color: approx Perano. HEX triplet: AE, AD and F1. RGB value is (174,173,241). Sum of RGB (Red+Green+Blue) = 174+173+241=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEADF1 is #51520E. Grayscale: #B4B4B4. Windows color (decimal): -5329423 or 15838638. OLE color: 15838638.

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

Color convert

RGB174173241-
CMYK0.280.2800.05
HSL240.88º70.83%81.18%-
HSV(B)240.88º28.22%94.51%-
XYZ48.2845.2489.41-
YUV181.05161.83122.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 241 (94.53% from 255) = 40.99%
R=29.59%
G=29.42%
B=40.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741732410.280.2800.05240.8870.8381.18
HexAEADF11C1C05f14751
Octal256255361343405361107121
Binary101011101010110111110001111001110001011111000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADF1; }

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

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

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

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

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

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

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

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