Html Css Color HEX #AE80DB Biloba Flower

📋 copy color: '#AE80DB'

red 174 ◦ green 128 ◦ blue 219

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

Shades of Biloba Flower #AE80DB

Tints of Biloba Flower #AE80DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.57%

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

R = 33.4%
G = 24.57%
B = 42.03%

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

#AE80DB (or 0xAE80DB) is known color: Biloba Flower. HEX triplet: AE, 80 and DB. RGB value is (174,128,219). Sum of RGB (Red+Green+Blue) = 174+128+219=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE80DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80DB is #517F24. Grayscale: #979797. Windows color (decimal): -5340965 or 14385326. OLE color: 14385326.

HSL color Cylindrical-coordinate representation of color #AE80DB: hue angle of 270.33º 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 #AE80DB is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 128 219 -
CMYK 0.21 0.42 0 0.14
HSL 270.33º 0.56% 0.68% -
HSV(B) 270.33º 0.42% 0.86% -
XYZ 37.96 29.55 70.72 -
YUV 152.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 174 128 219 0.21 0.42 0 0.14 270.33 0.56 0.68
Hex AE 80 DB 15 2A 0 E 10E 38 44
Octal 256 200 333 25 52 0 16 416 70 104
Binary 10101110 10000000 11011011 10101 101010 0 1110 100001110 111000 1000100

Color Harmonies of #AE80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE80DB

Black with #AE80DB

Text Example


Text Example

White with #AE80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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