Html Css Color HEX #AEA0DE Biloba Flower

📋 copy color: '#AEA0DE'

red 174 ◦ green 160 ◦ blue 222

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

Shades of Biloba Flower #AEA0DE

Tints of Biloba Flower #AEA0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.93%

R = 31.29%
G = 28.78%
B = 39.93%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEA0DE (or 0xAEA0DE) is known color: Biloba Flower. HEX triplet: AE, A0 and DE. RGB value is (174,160,222). Sum of RGB (Red+Green+Blue) = 174+160+222=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEA0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0DE is #515F21. Grayscale: #ABABAB. Windows color (decimal): -5332770 or 14590126. OLE color: 14590126.

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

Color convert

RGB 174 160 222 -
CMYK 0.22 0.28 0 0.13
HSL 253.55º 0.48% 0.75% -
HSV(B) 253.55º 0.28% 0.87% -
XYZ 43.21 39.41 74.44 -
YUV 171.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 174 160 222 0.22 0.28 0 0.13 253.55 0.48 0.75
Hex AE A0 DE 16 1C 0 D FE 30 4B
Octal 256 240 336 26 34 0 15 376 60 113
Binary 10101110 10100000 11011110 10110 11100 0 1101 11111110 110000 1001011

Color Harmonies of #AEA0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA0DE

Black with #AEA0DE

Text Example


Text Example

White with #AEA0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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