#AE90D2

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

Shades of Biloba Flower #AE90D2

Tints of Biloba Flower #AE90D2

Color information

#AE90D2 (or 0xAE90D2) is unknown color: approx Biloba Flower. HEX triplet: AE, 90 and D2. RGB value is (174,144,210). Sum of RGB (Red+Green+Blue) = 174+144+210=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE90D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90D2 is #516F2D. Grayscale: #A0A0A0. Windows color (decimal): -5336878 or 13799598. OLE color: 13799598.

HSL color Cylindrical-coordinate representation of color #AE90D2: hue angle of 267.27º degrees, saturation: 0.42, 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 #AE90D2 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174144210-
CMYK0.170.3100.18
HSL267.27º42.31%69.41%-
HSV(B)267.27º31.43%82.35%-
XYZ39.0633.665.4-
YUV160.49155.94137.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 144 (56.64% from 255) = 27.27%
BLUE value IS 210 (82.42% from 255) = 39.77%
R=32.95%
G=27.27%
B=39.77%

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
Decimal1741442100.170.3100.18267.2742.3169.41
HexAE90D2111F01210b2a45
Octal256220322213702241352105
Binary10101110100100001101001010001111110100101000010111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90D2; }

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

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

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

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

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

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

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

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