Html Css Color HEX #AEA3D7 Biloba Flower

📋 copy color: '#AEA3D7'

red 174 ◦ green 163 ◦ blue 215

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

Shades of Biloba Flower #AEA3D7

Tints of Biloba Flower #AEA3D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.95%

R = 31.52%
G = 29.53%
B = 38.95%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AEA3D7 (or 0xAEA3D7) is known color: Biloba Flower. HEX triplet: AE, A3 and D7. RGB value is (174,163,215). Sum of RGB (Red+Green+Blue) = 174+163+215=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #AEA3D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3D7 is #515C28. Grayscale: #ACACAC. Windows color (decimal): -5332009 or 14132142. OLE color: 14132142.

HSL color Cylindrical-coordinate representation of color #AEA3D7: hue angle of 252.69º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEA3D7 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 163 215 -
CMYK 0.19 0.24 0 0.16
HSL 252.69º 0.39% 0.74% -
HSV(B) 252.69º 0.24% 0.84% -
XYZ 42.82 40.1 69.77 -
YUV 172.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 174 163 215 0.19 0.24 0 0.16 252.69 0.39 0.74
Hex AE A3 D7 13 18 0 10 FD 27 4A
Octal 256 243 327 23 30 0 20 375 47 112
Binary 10101110 10100011 11010111 10011 11000 0 10000 11111101 100111 1001010

Color Harmonies of #AEA3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA3D7

Black with #AEA3D7

Text Example


Text Example

White with #AEA3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA3D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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