Html Css Color HEX #AE8ECE Biloba Flower

📋 copy color: '#AE8ECE'

red 174 ◦ green 142 ◦ blue 206

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

Shades of Biloba Flower #AE8ECE

Tints of Biloba Flower #AE8ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.2%

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

R = 33.33%
G = 27.2%
B = 39.46%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE8ECE (or 0xAE8ECE) is known color: Biloba Flower. HEX triplet: AE, 8E and CE. RGB value is (174,142,206). Sum of RGB (Red+Green+Blue) = 174+142+206=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE8ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8ECE is #517131. Grayscale: #9E9E9E. Windows color (decimal): -5337394 or 13536942. OLE color: 13536942.

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

Color convert

RGB 174 142 206 -
CMYK 0.16 0.31 0 0.19
HSL 270º 0.4% 0.68% -
HSV(B) 270º 0.31% 0.81% -
XYZ 38.27 32.8 62.71 -
YUV 158.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 174 142 206 0.16 0.31 0 0.19 270 0.4 0.68
Hex AE 8E CE 10 1F 0 13 10E 28 44
Octal 256 216 316 20 37 0 23 416 50 104
Binary 10101110 10001110 11001110 10000 11111 0 10011 100001110 101000 1000100

Color Harmonies of #AE8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8ECE

Black with #AE8ECE

Text Example


Text Example

White with #AE8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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