#AE9DD5

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

Shades of Biloba Flower #AE9DD5

Tints of Biloba Flower #AE9DD5

Color information

#AE9DD5 (or 0xAE9DD5) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and D5. RGB value is (174,157,213). Sum of RGB (Red+Green+Blue) = 174+157+213=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE9DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DD5 is #51622A. Grayscale: #A8A8A8. Windows color (decimal): -5333547 or 13999534. OLE color: 13999534.

HSL color Cylindrical-coordinate representation of color #AE9DD5: hue angle of 258.21º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE9DD5 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174157213-
CMYK0.180.2600.16
HSL258.21º40%72.55%-
HSV(B)258.21º26.29%83.53%-
XYZ41.5237.9268.08-
YUV168.47153.13131.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 213 (83.59% from 255) = 39.15%
R=31.99%
G=28.86%
B=39.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741572130.180.2600.16258.214072.55
HexAE9DD5121A0101022849
Octal256235325223202040250111
Binary10101110100111011101010110010110100100001000000101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DD5; }

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

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

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

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

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

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

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

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