Html Css Color HEX #AE8EDB Biloba Flower

📋 copy color: '#AE8EDB'

red 174 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #AE8EDB

Tints of Biloba Flower #AE8EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.54%

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

R = 32.52%
G = 26.54%
B = 40.93%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE8EDB (or 0xAE8EDB) is known color: Biloba Flower. HEX triplet: AE, 8E and DB. RGB value is (174,142,219). Sum of RGB (Red+Green+Blue) = 174+142+219=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE8EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8EDB is #517124. Grayscale: #A0A0A0. Windows color (decimal): -5337381 or 14388910. OLE color: 14388910.

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

Color convert

RGB 174 142 219 -
CMYK 0.21 0.35 0 0.14
HSL 264.94º 0.52% 0.71% -
HSV(B) 264.94º 0.35% 0.86% -
XYZ 39.91 33.46 71.37 -
YUV 160.35 161.1 137.74 -
System Red Green Blue C M Y K H S L
Decimal 174 142 219 0.21 0.35 0 0.14 264.94 0.52 0.71
Hex AE 8E DB 15 23 0 E 109 34 47
Octal 256 216 333 25 43 0 16 411 64 107
Binary 10101110 10001110 11011011 10101 100011 0 1110 100001001 110100 1000111

Color Harmonies of #AE8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8EDB

Black with #AE8EDB

Text Example


Text Example

White with #AE8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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