Html Css Color HEX #AEA0C5 Biloba Flower

📋 copy color: '#AEA0C5'

red 174 ◦ green 160 ◦ blue 197

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

Shades of Biloba Flower #AEA0C5

Tints of Biloba Flower #AEA0C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.1%

R = 32.77%
G = 30.13%
B = 37.1%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AEA0C5 (or 0xAEA0C5) is known color: Biloba Flower. HEX triplet: AE, A0 and C5. RGB value is (174,160,197). Sum of RGB (Red+Green+Blue) = 174+160+197=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEA0C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0C5 is #515F3A. Grayscale: #A8A8A8. Windows color (decimal): -5332795 or 12951726. OLE color: 12951726.

HSL color Cylindrical-coordinate representation of color #AEA0C5: hue angle of 262.7º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEA0C5 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 160 197 -
CMYK 0.12 0.19 0 0.23
HSL 262.7º 0.24% 0.7% -
HSV(B) 262.7º 0.19% 0.77% -
XYZ 40.1 38.17 58.08 -
YUV 168.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 174 160 197 0.12 0.19 0 0.23 262.7 0.24 0.7
Hex AE A0 C5 C 13 0 17 107 18 46
Octal 256 240 305 14 23 0 27 407 30 106
Binary 10101110 10100000 11000101 1100 10011 0 10111 100000111 11000 1000110

Color Harmonies of #AEA0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA0C5

Black with #AEA0C5

Text Example


Text Example

White with #AEA0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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