Html Css Color HEX #AE91DB Biloba Flower

📋 copy color: '#AE91DB'

red 174 ◦ green 145 ◦ blue 219

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

Shades of Biloba Flower #AE91DB

Tints of Biloba Flower #AE91DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.95%

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

R = 32.34%
G = 26.95%
B = 40.71%

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

#AE91DB (or 0xAE91DB) is known color: Biloba Flower. HEX triplet: AE, 91 and DB. RGB value is (174,145,219). Sum of RGB (Red+Green+Blue) = 174+145+219=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE91DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91DB is #516E24. Grayscale: #A1A1A1. Windows color (decimal): -5336613 or 14389678. OLE color: 14389678.

HSL color Cylindrical-coordinate representation of color #AE91DB: hue angle of 263.51º 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 #AE91DB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 145 219 -
CMYK 0.21 0.34 0 0.14
HSL 263.51º 0.51% 0.71% -
HSV(B) 263.51º 0.34% 0.86% -
XYZ 40.37 34.36 71.52 -
YUV 162.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 174 145 219 0.21 0.34 0 0.14 263.51 0.51 0.71
Hex AE 91 DB 15 22 0 E 108 33 47
Octal 256 221 333 25 42 0 16 410 63 107
Binary 10101110 10010001 11011011 10101 100010 0 1110 100001000 110011 1000111

Color Harmonies of #AE91DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE91DB

Black with #AE91DB

Text Example


Text Example

White with #AE91DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE91DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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