Html Css Color HEX #AE8DDB Biloba Flower

📋 copy color: '#AE8DDB'

red 174 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #AE8DDB

Tints of Biloba Flower #AE8DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.4%

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

R = 32.58%
G = 26.4%
B = 41.01%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE8DDB (or 0xAE8DDB) is known color: Biloba Flower. HEX triplet: AE, 8D and DB. RGB value is (174,141,219). Sum of RGB (Red+Green+Blue) = 174+141+219=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE8DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8DDB is #517224. Grayscale: #9F9F9F. Windows color (decimal): -5337637 or 14388654. OLE color: 14388654.

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

Color convert

RGB 174 141 219 -
CMYK 0.21 0.36 0 0.14
HSL 265.38º 0.52% 0.71% -
HSV(B) 265.38º 0.36% 0.86% -
XYZ 39.77 33.16 71.32 -
YUV 159.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 174 141 219 0.21 0.36 0 0.14 265.38 0.52 0.71
Hex AE 8D DB 15 24 0 E 109 34 47
Octal 256 215 333 25 44 0 16 411 64 107
Binary 10101110 10001101 11011011 10101 100100 0 1110 100001001 110100 1000111

Color Harmonies of #AE8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8DDB

Black with #AE8DDB

Text Example


Text Example

White with #AE8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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