#AE90D5

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

Shades of Biloba Flower #AE90D5

Tints of Biloba Flower #AE90D5

Color information

#AE90D5 (or 0xAE90D5) is unknown color: approx Biloba Flower. HEX triplet: AE, 90 and D5. RGB value is (174,144,213). Sum of RGB (Red+Green+Blue) = 174+144+213=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE90D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90D5 is #516F2A. Grayscale: #A0A0A0. Windows color (decimal): -5336875 or 13996206. OLE color: 13996206.

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

Color convert

RGB174144213-
CMYK0.180.3200.16
HSL266.09º45.1%70%-
HSV(B)266.09º32.39%83.53%-
XYZ39.4433.7567.39-
YUV160.84157.44137.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 213 (83.59% from 255) = 40.11%
R=32.77%
G=27.12%
B=40.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741442130.180.3200.16266.0945.170
HexAE90D5122001010a2d46
Octal256220325224002041255106
Binary101011101001000011010101100101000000100001000010101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90D5; }

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

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

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

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

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

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

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

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