Html Css Color HEX #AE9ECE Biloba Flower

📋 copy color: '#AE9ECE'

red 174 ◦ green 158 ◦ blue 206

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

Shades of Biloba Flower #AE9ECE

Tints of Biloba Flower #AE9ECE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.37%

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 32.34%
G = 29.37%
B = 38.29%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE9ECE (or 0xAE9ECE) is known color: Biloba Flower. HEX triplet: AE, 9E and CE. RGB value is (174,158,206). Sum of RGB (Red+Green+Blue) = 174+158+206=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE9ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ECE is #516131. Grayscale: #A8A8A8. Windows color (decimal): -5333298 or 13541038. OLE color: 13541038.

HSL color Cylindrical-coordinate representation of color #AE9ECE: hue angle of 260º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE9ECE is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 158 206 -
CMYK 0.16 0.23 0 0.19
HSL 260º 0.33% 0.71% -
HSV(B) 260º 0.23% 0.81% -
XYZ 40.82 37.91 63.56 -
YUV 168.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 174 158 206 0.16 0.23 0 0.19 260 0.33 0.71
Hex AE 9E CE 10 17 0 13 104 21 47
Octal 256 236 316 20 27 0 23 404 41 107
Binary 10101110 10011110 11001110 10000 10111 0 10011 100000100 100001 1000111

Color Harmonies of #AE9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9ECE

Black with #AE9ECE

Text Example


Text Example

White with #AE9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9ECE; }

 p { color: rgb(174,158,206); }

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

background-color css

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

 a { background-color: rgb(174,158,206); }

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

border-color css

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

 span { border-color: rgb(174,158,206); }

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