Html Css Color HEX #AEA3D9 Biloba Flower

📋 copy color: '#AEA3D9'

red 174 ◦ green 163 ◦ blue 217

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

Shades of Biloba Flower #AEA3D9

Tints of Biloba Flower #AEA3D9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.42%

 BLUE value IS 217 (85.16% from 255) = 39.17%

R = 31.41%
G = 29.42%
B = 39.17%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEA3D9 (or 0xAEA3D9) is known color: Biloba Flower. HEX triplet: AE, A3 and D9. RGB value is (174,163,217). Sum of RGB (Red+Green+Blue) = 174+163+217=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEA3D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3D9 is #515C26. Grayscale: #ACACAC. Windows color (decimal): -5332007 or 14263214. OLE color: 14263214.

HSL color Cylindrical-coordinate representation of color #AEA3D9: hue angle of 252.22º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEA3D9 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 163 217 -
CMYK 0.20 0.25 0 0.15
HSL 252.22º 0.42% 0.75% -
HSV(B) 252.22º 0.25% 0.85% -
XYZ 43.08 40.2 71.14 -
YUV 172.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 174 163 217 0.20 0.25 0 0.15 252.22 0.42 0.75
Hex AE A3 D9 14 19 0 F FC 2A 4B
Octal 256 243 331 24 31 0 17 374 52 113
Binary 10101110 10100011 11011001 10100 11001 0 1111 11111100 101010 1001011

Color Harmonies of #AEA3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA3D9

Black with #AEA3D9

Text Example


Text Example

White with #AEA3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA3D9; }

 p { color: rgb(174,163,217); }

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

background-color css

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

 a { background-color: rgb(174,163,217); }

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

border-color css

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

 span { border-color: rgb(174,163,217); }

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