Html Css Color HEX #AE9DDB Biloba Flower

📋 copy color: '#AE9DDB'

red 174 ◦ green 157 ◦ blue 219

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

Shades of Biloba Flower #AE9DDB

Tints of Biloba Flower #AE9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.55%

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

R = 31.64%
G = 28.55%
B = 39.82%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE9DDB (or 0xAE9DDB) is known color: Biloba Flower. HEX triplet: AE, 9D and DB. RGB value is (174,157,219). Sum of RGB (Red+Green+Blue) = 174+157+219=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DDB is #516224. Grayscale: #A8A8A8. Windows color (decimal): -5333541 or 14392750. OLE color: 14392750.

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

Color convert

RGB 174 157 219 -
CMYK 0.21 0.28 0 0.14
HSL 256.45º 0.46% 0.74% -
HSV(B) 256.45º 0.28% 0.86% -
XYZ 42.3 38.23 72.17 -
YUV 169.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 174 157 219 0.21 0.28 0 0.14 256.45 0.46 0.74
Hex AE 9D DB 15 1C 0 E 100 2E 4A
Octal 256 235 333 25 34 0 16 400 56 112
Binary 10101110 10011101 11011011 10101 11100 0 1110 100000000 101110 1001010

Color Harmonies of #AE9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9DDB

Black with #AE9DDB

Text Example


Text Example

White with #AE9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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