#AE9CD9

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

Shades of Biloba Flower #AE9CD9

Tints of Biloba Flower #AE9CD9

Color information

#AE9CD9 (or 0xAE9CD9) is unknown color: approx Biloba Flower. HEX triplet: AE, 9C and D9. RGB value is (174,156,217). Sum of RGB (Red+Green+Blue) = 174+156+217=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #AE9CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CD9 is #516326. Grayscale: #A8A8A8. Windows color (decimal): -5333799 or 14261422. OLE color: 14261422.

HSL color Cylindrical-coordinate representation of color #AE9CD9: hue angle of 257.7º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE9CD9 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174156217-
CMYK0.200.2800.15
HSL257.7º44.53%73.14%-
HSV(B)257.7º28.11%85.1%-
XYZ41.8737.7970.73-
YUV168.34155.46132.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 217 (85.16% from 255) = 39.67%
R=31.81%
G=28.52%
B=39.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741562170.200.2800.15257.744.5373.14
HexAE9CD9141C0F1022d49
Octal256234331243401740255111
Binary1010111010011100110110011010011100011111000000101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CD9; }

 p { color: rgb(174,156,217); }

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

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

 a { background-color: rgb(174,156,217); }

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

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

 span { border-color: rgb(174,156,217); }

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