Html Css Color HEX #AEA0D1 Biloba Flower

📋 copy color: '#AEA0D1'

red 174 ◦ green 160 ◦ blue 209

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

Shades of Biloba Flower #AEA0D1

Tints of Biloba Flower #AEA0D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.49%

R = 32.04%
G = 29.47%
B = 38.49%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AEA0D1 (or 0xAEA0D1) is known color: Biloba Flower. HEX triplet: AE, A0 and D1. RGB value is (174,160,209). Sum of RGB (Red+Green+Blue) = 174+160+209=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEA0D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0D1 is #515F2E. Grayscale: #A9A9A9. Windows color (decimal): -5332783 or 13738158. OLE color: 13738158.

HSL color Cylindrical-coordinate representation of color #AEA0D1: hue angle of 257.14º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEA0D1 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 160 209 -
CMYK 0.17 0.23 0 0.18
HSL 257.14º 0.35% 0.72% -
HSV(B) 257.14º 0.23% 0.82% -
XYZ 41.53 38.74 65.61 -
YUV 169.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 174 160 209 0.17 0.23 0 0.18 257.14 0.35 0.72
Hex AE A0 D1 11 17 0 12 101 23 48
Octal 256 240 321 21 27 0 22 401 43 110
Binary 10101110 10100000 11010001 10001 10111 0 10010 100000001 100011 1001000

Color Harmonies of #AEA0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA0D1

Black with #AEA0D1

Text Example


Text Example

White with #AEA0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA0D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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