#AE9ED2

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

Shades of Biloba Flower #AE9ED2

Tints of Biloba Flower #AE9ED2

Color information

#AE9ED2 (or 0xAE9ED2) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and D2. RGB value is (174,158,210). Sum of RGB (Red+Green+Blue) = 174+158+210=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE9ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ED2 is #51612D. Grayscale: #A8A8A8. Windows color (decimal): -5333294 or 13803182. OLE color: 13803182.

HSL color Cylindrical-coordinate representation of color #AE9ED2: hue angle of 258.46º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE9ED2 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174158210-
CMYK0.170.2500.18
HSL258.46º36.62%72.16%-
HSV(B)258.46º24.76%82.35%-
XYZ41.3238.1166.15-
YUV168.71151.3131.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 158 (62.11% from 255) = 29.15%
BLUE value IS 210 (82.42% from 255) = 38.75%
R=32.10%
G=29.15%
B=38.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741582100.170.2500.18258.4636.6272.16
HexAE9ED211190121022548
Octal256236322213102240245110
Binary10101110100111101101001010001110010100101000000101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9ED2; }

 p { color: rgb(174,158,210); }

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

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

 a { background-color: rgb(174,158,210); }

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

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

 span { border-color: rgb(174,158,210); }

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