Html Css Color HEX #AEA0EA Biloba Flower

📋 copy color: '#AEA0EA'

red 174 ◦ green 160 ◦ blue 234

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

Shades of Biloba Flower #AEA0EA

Tints of Biloba Flower #AEA0EA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.17%

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 30.63%
G = 28.17%
B = 41.2%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AEA0EA (or 0xAEA0EA) is known color: Biloba Flower. HEX triplet: AE, A0 and EA. RGB value is (174,160,234). Sum of RGB (Red+Green+Blue) = 174+160+234=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEA0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA0EA is #515F15. Grayscale: #ACACAC. Windows color (decimal): -5332758 or 15376558. OLE color: 15376558.

HSL color Cylindrical-coordinate representation of color #AEA0EA: hue angle of 251.35º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEA0EA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 160 234 -
CMYK 0.26 0.32 0 0.08
HSL 251.35º 0.64% 0.77% -
HSV(B) 251.35º 0.32% 0.92% -
XYZ 44.88 40.08 83.21 -
YUV 172.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 174 160 234 0.26 0.32 0 0.08 251.35 0.64 0.77
Hex AE A0 EA 1A 20 0 8 FB 40 4D
Octal 256 240 352 32 40 0 10 373 100 115
Binary 10101110 10100000 11101010 11010 100000 0 1000 11111011 1000000 1001101

Color Harmonies of #AEA0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA0EA

Black with #AEA0EA

Text Example


Text Example

White with #AEA0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA0EA; }

 p { color: rgb(174,160,234); }

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

background-color css

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

 a { background-color: rgb(174,160,234); }

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

border-color css

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

 span { border-color: rgb(174,160,234); }

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