Html Css Color HEX #AE80DF Biloba Flower

📋 copy color: '#AE80DF'

red 174 ◦ green 128 ◦ blue 223

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

Shades of Biloba Flower #AE80DF

Tints of Biloba Flower #AE80DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 33.14%
G = 24.38%
B = 42.48%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE80DF (or 0xAE80DF) is known color: Biloba Flower. HEX triplet: AE, 80 and DF. RGB value is (174,128,223). Sum of RGB (Red+Green+Blue) = 174+128+223=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE80DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80DF is #517F20. Grayscale: #989898. Windows color (decimal): -5340961 or 14647470. OLE color: 14647470.

HSL color Cylindrical-coordinate representation of color #AE80DF: hue angle of 269.05º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE80DF is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 128 223 -
CMYK 0.22 0.43 0 0.13
HSL 269.05º 0.6% 0.69% -
HSV(B) 269.05º 0.43% 0.87% -
XYZ 38.49 29.76 73.53 -
YUV 152.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 174 128 223 0.22 0.43 0 0.13 269.05 0.6 0.69
Hex AE 80 DF 16 2B 0 D 10D 3C 45
Octal 256 200 337 26 53 0 15 415 74 105
Binary 10101110 10000000 11011111 10110 101011 0 1101 100001101 111100 1000101

Color Harmonies of #AE80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE80DF

Black with #AE80DF

Text Example


Text Example

White with #AE80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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