#AEA2D8

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

Shades of Biloba Flower #AEA2D8

Tints of Biloba Flower #AEA2D8

Color information

#AEA2D8 (or 0xAEA2D8) is unknown color: approx Biloba Flower. HEX triplet: AE, A2 and D8. RGB value is (174,162,216). Sum of RGB (Red+Green+Blue) = 174+162+216=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 216 - color contains mainly: blue. Hex color #AEA2D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2D8 is #515D27. Grayscale: #ABABAB. Windows color (decimal): -5332264 or 14197422. OLE color: 14197422.

HSL color Cylindrical-coordinate representation of color #AEA2D8: hue angle of 253.33º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEA2D8 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174162216-
CMYK0.190.2500.15
HSL253.33º40.91%74.12%-
HSV(B)253.33º25%84.71%-
XYZ42.7739.870.39-
YUV171.74152.98129.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 162 (63.67% from 255) = 29.35%
BLUE value IS 216 (84.77% from 255) = 39.13%
R=31.52%
G=29.35%
B=39.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741622160.190.2500.15253.3340.9174.12
HexAEA2D813190Ffd294a
Octal256242330233101737551112
Binary101011101010001011011000100111100101111111111011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2D8; }

 p { color: rgb(174,162,216); }

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

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

 a { background-color: rgb(174,162,216); }

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

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

 span { border-color: rgb(174,162,216); }

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