Html Css Color HEX #AE90DC Biloba Flower

📋 copy color: '#AE90DC'

red 174 ◦ green 144 ◦ blue 220

#AE90DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AE90DC

Tints of Biloba Flower #AE90DC

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 value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE90DC (or 0xAE90DC) is known color: 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

RGB 174 144 220 -
CMYK 0.21 0.35 0 0.14
HSL 263.68º 0.52% 0.71% -
HSV(B) 263.68º 0.35% 0.86% -
XYZ 40.35 34.11 72.17 -
YUV 161.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 174 144 220 0.21 0.35 0 0.14 263.68 0.52 0.71
Hex AE 90 DC 15 23 0 E 108 34 47
Octal 256 220 334 25 43 0 16 410 64 107
Binary 10101110 10010000 11011100 10101 100011 0 1110 100001000 110100 1000111

Color Harmonies of #AE90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE90DC

Black with #AE90DC

Text Example


Text Example

White with #AE90DC

Text Example


Text Example

HTML Codes & Css Web 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>