#AE91CD

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

Shades of Biloba Flower #AE91CD

Tints of Biloba Flower #AE91CD

Color information

#AE91CD (or 0xAE91CD) is unknown color: approx Biloba Flower. HEX triplet: AE, 91 and CD. RGB value is (174,145,205). Sum of RGB (Red+Green+Blue) = 174+145+205=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE91CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91CD is #516E32. Grayscale: #A0A0A0. Windows color (decimal): -5336627 or 13472174. OLE color: 13472174.

HSL color Cylindrical-coordinate representation of color #AE91CD: hue angle of 269º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE91CD is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174145205-
CMYK0.150.2900.20
HSL269º37.5%68.63%-
HSV(B)269º29.27%80.39%-
XYZ38.633.6662.22-
YUV160.51153.11137.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=33.21%
G=27.67%
B=39.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741452050.150.2900.2026937.568.63
HexAE91CDF1D01410d2545
Octal256221315173502441545105
Binary1010111010010001110011011111111010101001000011011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91CD; }

 p { color: rgb(174,145,205); }

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

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

 a { background-color: rgb(174,145,205); }

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

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

 span { border-color: rgb(174,145,205); }

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