#AE90DC

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

Shades of Biloba Flower #AE90DC

Tints of Biloba Flower #AE90DC

Color information

#AE90DC (or 0xAE90DC) is unknown color: approx Biloba Flower. HEX triplet: AE, 90 and DC. RGB value is (174,144,220). Sum of RGB (Red+Green+Blue) = 174+144+220=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE90DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90DC is #516F23. Grayscale: #A1A1A1. Windows color (decimal): -5336868 or 14454958. OLE color: 14454958.

HSL color Cylindrical-coordinate representation of color #AE90DC: hue angle of 263.68º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE90DC is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174144220-
CMYK0.210.3500.14
HSL263.68º52.05%71.37%-
HSV(B)263.68º34.55%86.27%-
XYZ40.3534.1172.17-
YUV161.63160.94136.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 144 (56.64% from 255) = 26.77%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=32.34%
G=26.77%
B=40.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741442200.210.3500.14263.6852.0571.37
HexAE90DC15230E1083447
Octal256220334254301641064107
Binary10101110100100001101110010101100011011101000010001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90DC; }

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

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

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

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

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

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

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

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