Html Css Color HEX #AE80EC Biloba Flower

📋 copy color: '#AE80EC'

red 174 ◦ green 128 ◦ blue 236

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

Shades of Biloba Flower #AE80EC

Tints of Biloba Flower #AE80EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.87%

R = 32.34%
G = 23.79%
B = 43.87%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE80EC (or 0xAE80EC) is known color: Biloba Flower. HEX triplet: AE, 80 and EC. RGB value is (174,128,236). Sum of RGB (Red+Green+Blue) = 174+128+236=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE80EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE80EC is #517F13. Grayscale: #999999. Windows color (decimal): -5340948 or 15499438. OLE color: 15499438.

HSL color Cylindrical-coordinate representation of color #AE80EC: hue angle of 265.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE80EC is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 128 236 -
CMYK 0.26 0.46 0 0.07
HSL 265.56º 0.74% 0.71% -
HSV(B) 265.56º 0.46% 0.93% -
XYZ 40.32 30.49 83.12 -
YUV 154.07 174.24 142.22 -
System Red Green Blue C M Y K H S L
Decimal 174 128 236 0.26 0.46 0 0.07 265.56 0.74 0.71
Hex AE 80 EC 1A 2E 0 7 10A 4A 47
Octal 256 200 354 32 56 0 7 412 112 107
Binary 10101110 10000000 11101100 11010 101110 0 111 100001010 1001010 1000111

Color Harmonies of #AE80EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE80EC

Black with #AE80EC

Text Example


Text Example

White with #AE80EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE80EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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