Html Css Color HEX #AE90DB Biloba Flower

📋 copy color: '#AE90DB'

red 174 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #AE90DB

Tints of Biloba Flower #AE90DB

RGB

 RED value IS 174 (68.36% from 255) = 32.4%

 GREEN value IS 144 (56.64% from 255) = 26.82%

 BLUE value IS 219 (85.94% from 255) = 40.78%

R = 32.4%
G = 26.82%
B = 40.78%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE90DB (or 0xAE90DB) is known color: Biloba Flower. HEX triplet: AE, 90 and DB. RGB value is (174,144,219). Sum of RGB (Red+Green+Blue) = 174+144+219=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE90DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90DB is #516F24. Grayscale: #A1A1A1. Windows color (decimal): -5336869 or 14389422. OLE color: 14389422.

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

Color convert

RGB 174 144 219 -
CMYK 0.21 0.34 0 0.14
HSL 264º 0.51% 0.71% -
HSV(B) 264º 0.34% 0.86% -
XYZ 40.22 34.06 71.47 -
YUV 161.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 174 144 219 0.21 0.34 0 0.14 264 0.51 0.71
Hex AE 90 DB 15 22 0 E 108 33 47
Octal 256 220 333 25 42 0 16 410 63 107
Binary 10101110 10010000 11011011 10101 100010 0 1110 100001000 110011 1000111

Color Harmonies of #AE90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE90DB

Black with #AE90DB

Text Example


Text Example

White with #AE90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE90DB; }

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

 H1.HeaderClassName
 {
   color: #AE90DB;
 }
 .AnyTagClassName
 {
   color: #AE90DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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