#AE91D1

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

Shades of Biloba Flower #AE91D1

Tints of Biloba Flower #AE91D1

Color information

#AE91D1 (or 0xAE91D1) is unknown color: approx Biloba Flower. HEX triplet: AE, 91 and D1. RGB value is (174,145,209). Sum of RGB (Red+Green+Blue) = 174+145+209=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE91D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91D1 is #516E2E. Grayscale: #A0A0A0. Windows color (decimal): -5336623 or 13734318. OLE color: 13734318.

HSL color Cylindrical-coordinate representation of color #AE91D1: hue angle of 267.19º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE91D1 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174145209-
CMYK0.170.3100.18
HSL267.19º41.03%69.41%-
HSV(B)267.19º30.62%81.96%-
XYZ39.0933.8564.8-
YUV160.97155.11137.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 145 (57.03% from 255) = 27.46%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=32.95%
G=27.46%
B=39.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741452090.170.3100.18267.1941.0369.41
HexAE91D1111F01210b2945
Octal256221321213702241351105
Binary10101110100100011101000110001111110100101000010111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91D1; }

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

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

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

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

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

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

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

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