#AEADF8

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

Shades of Perano #AEADF8

Tints of Perano #AEADF8

Color information

#AEADF8 (or 0xAEADF8) is unknown color: approx Perano. HEX triplet: AE, AD and F8. RGB value is (174,173,248). Sum of RGB (Red+Green+Blue) = 174+173+248=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEADF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEADF8 is #515207. Grayscale: #B5B5B5. Windows color (decimal): -5329416 or 16297390. OLE color: 16297390.

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

Color convert

RGB174173248-
CMYK0.300.3000.03
HSL240.8º84.27%82.55%-
HSV(B)240.8º30.24%97.25%-
XYZ49.3445.6695.02-
YUV181.85165.33122.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 248 (97.27% from 255) = 41.68%
R=29.24%
G=29.08%
B=41.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1741732480.300.3000.03240.884.2782.55
HexAEADF81E1E03f15453
Octal256255370363603361124123
Binary10101110101011011111100011110111100111111000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADF8; }

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

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

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

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

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

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

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

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