#AE9ED3

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

Shades of Biloba Flower #AE9ED3

Tints of Biloba Flower #AE9ED3

Color information

#AE9ED3 (or 0xAE9ED3) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and D3. RGB value is (174,158,211). Sum of RGB (Red+Green+Blue) = 174+158+211=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE9ED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ED3 is #51612C. Grayscale: #A8A8A8. Windows color (decimal): -5333293 or 13868718. OLE color: 13868718.

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

Color convert

RGB174158211-
CMYK0.180.2500.17
HSL258.11º37.59%72.35%-
HSV(B)258.11º25.12%82.75%-
XYZ41.4438.1666.81-
YUV168.83151.8131.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 211 (82.81% from 255) = 38.86%
R=32.04%
G=29.10%
B=38.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741582110.180.2500.17258.1137.5972.35
HexAE9ED312190111022648
Octal256236323223102140246110
Binary10101110100111101101001110010110010100011000000101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9ED3; }

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

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

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

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

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

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

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

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