Html Css Color HEX #AEA0D2 Biloba Flower

📋 copy color: '#AEA0D2'

red 174 ◦ green 160 ◦ blue 210

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

Shades of Biloba Flower #AEA0D2

Tints of Biloba Flower #AEA0D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.6%

R = 31.99%
G = 29.41%
B = 38.6%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AEA0D2 (or 0xAEA0D2) is known color: Biloba Flower. HEX triplet: AE, A0 and D2. RGB value is (174,160,210). Sum of RGB (Red+Green+Blue) = 174+160+210=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 210 - color contains mainly: blue. Hex color #AEA0D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0D2 is #515F2D. Grayscale: #A9A9A9. Windows color (decimal): -5332782 or 13803694. OLE color: 13803694.

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

Color convert

RGB 174 160 210 -
CMYK 0.17 0.24 0 0.18
HSL 256.8º 0.36% 0.73% -
HSV(B) 256.8º 0.24% 0.82% -
XYZ 41.66 38.79 66.26 -
YUV 169.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 174 160 210 0.17 0.24 0 0.18 256.8 0.36 0.73
Hex AE A0 D2 11 18 0 12 101 24 49
Octal 256 240 322 21 30 0 22 401 44 111
Binary 10101110 10100000 11010010 10001 11000 0 10010 100000001 100100 1001001

Color Harmonies of #AEA0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA0D2

Black with #AEA0D2

Text Example


Text Example

White with #AEA0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA0D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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