Html Css Color HEX #AE9BDB Biloba Flower

📋 copy color: '#AE9BDB'

red 174 ◦ green 155 ◦ blue 219

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

Shades of Biloba Flower #AE9BDB

Tints of Biloba Flower #AE9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.28%

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

R = 31.75%
G = 28.28%
B = 39.96%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE9BDB (or 0xAE9BDB) is known color: Biloba Flower. HEX triplet: AE, 9B and DB. RGB value is (174,155,219). Sum of RGB (Red+Green+Blue) = 174+155+219=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE9BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BDB is #516424. Grayscale: #A7A7A7. Windows color (decimal): -5334053 or 14392238. OLE color: 14392238.

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

Color convert

RGB 174 155 219 -
CMYK 0.21 0.29 0 0.14
HSL 257.81º 0.47% 0.73% -
HSV(B) 257.81º 0.29% 0.86% -
XYZ 41.96 37.56 72.06 -
YUV 167.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 174 155 219 0.21 0.29 0 0.14 257.81 0.47 0.73
Hex AE 9B DB 15 1D 0 E 102 2F 49
Octal 256 233 333 25 35 0 16 402 57 111
Binary 10101110 10011011 11011011 10101 11101 0 1110 100000010 101111 1001001

Color Harmonies of #AE9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9BDB

Black with #AE9BDB

Text Example


Text Example

White with #AE9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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