#AE9ED0

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

Shades of Biloba Flower #AE9ED0

Tints of Biloba Flower #AE9ED0

Color information

#AE9ED0 (or 0xAE9ED0) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and D0. RGB value is (174,158,208). Sum of RGB (Red+Green+Blue) = 174+158+208=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE9ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ED0 is #51612F. Grayscale: #A8A8A8. Windows color (decimal): -5333296 or 13672110. OLE color: 13672110.

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

Color convert

RGB174158208-
CMYK0.160.2400.18
HSL259.2º34.72%71.76%-
HSV(B)259.2º24.04%81.57%-
XYZ41.0738.0164.85-
YUV168.48150.3131.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 158 (62.11% from 255) = 29.26%
BLUE value IS 208 (81.64% from 255) = 38.52%
R=32.22%
G=29.26%
B=38.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741582080.160.2400.18259.234.7271.76
HexAE9ED010180121032348
Octal256236320203002240343110
Binary10101110100111101101000010000110000100101000000111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9ED0; }

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

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

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

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

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

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

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

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