Html Css Color HEX #AE7EDB Biloba Flower

📋 copy color: '#AE7EDB'

red 174 ◦ green 126 ◦ blue 219

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

Shades of Biloba Flower #AE7EDB

Tints of Biloba Flower #AE7EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.28%

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

R = 33.53%
G = 24.28%
B = 42.2%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE7EDB (or 0xAE7EDB) is known color: Biloba Flower. HEX triplet: AE, 7E and DB. RGB value is (174,126,219). Sum of RGB (Red+Green+Blue) = 174+126+219=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE7EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7EDB is #518124. Grayscale: #969696. Windows color (decimal): -5341477 or 14384814. OLE color: 14384814.

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

Color convert

RGB 174 126 219 -
CMYK 0.21 0.42 0 0.14
HSL 270.97º 0.56% 0.68% -
HSV(B) 270.97º 0.42% 0.86% -
XYZ 37.7 29.03 70.63 -
YUV 150.95 166.4 144.44 -
System Red Green Blue C M Y K H S L
Decimal 174 126 219 0.21 0.42 0 0.14 270.97 0.56 0.68
Hex AE 7E DB 15 2A 0 E 10F 38 44
Octal 256 176 333 25 52 0 16 417 70 104
Binary 10101110 1111110 11011011 10101 101010 0 1110 100001111 111000 1000100

Color Harmonies of #AE7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7EDB

Black with #AE7EDB

Text Example


Text Example

White with #AE7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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