#AEADF4

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

Shades of Perano #AEADF4

Tints of Perano #AEADF4

Color information

#AEADF4 (or 0xAEADF4) is unknown color: approx Perano. HEX triplet: AE, AD and F4. RGB value is (174,173,244). Sum of RGB (Red+Green+Blue) = 174+173+244=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 244 (95.70% from 255 or 41.29% from 591); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEADF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEADF4 is #51520B. Grayscale: #B5B5B5. Windows color (decimal): -5329420 or 16035246. OLE color: 16035246.

HSL color Cylindrical-coordinate representation of color #AEADF4: hue angle of 240.85º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEADF4 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174173244-
CMYK0.290.2900.04
HSL240.85º76.34%81.76%-
HSV(B)240.85º29.1%95.69%-
XYZ48.7345.4291.79-
YUV181.39163.33122.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 244 (95.70% from 255) = 41.29%
R=29.44%
G=29.27%
B=41.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1741732440.290.2900.04240.8576.3481.76
HexAEADF41D1D04f14c52
Octal256255364353504361114122
Binary101011101010110111110100111011110101001111000110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADF4; }

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

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

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

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

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

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

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

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