#AE9DD0

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

Shades of Biloba Flower #AE9DD0

Tints of Biloba Flower #AE9DD0

Color information

#AE9DD0 (or 0xAE9DD0) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and D0. RGB value is (174,157,208). Sum of RGB (Red+Green+Blue) = 174+157+208=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE9DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DD0 is #51622F. Grayscale: #A7A7A7. Windows color (decimal): -5333552 or 13671854. OLE color: 13671854.

HSL color Cylindrical-coordinate representation of color #AE9DD0: hue angle of 260º degrees, saturation: 0.35, 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 #AE9DD0 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174157208-
CMYK0.160.2500.18
HSL260º35.17%71.57%-
HSV(B)260º24.52%81.57%-
XYZ40.937.6764.79-
YUV167.9150.63132.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=32.28%
G=29.13%
B=38.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741572080.160.2500.1826035.1771.57
HexAE9DD010190121042348
Octal256235320203102240443110
Binary10101110100111011101000010000110010100101000001001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DD0; }

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

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

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

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

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

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

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

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