Html Css Color HEX #AE8DE3 Biloba Flower

📋 copy color: '#AE8DE3'

red 174 ◦ green 141 ◦ blue 227

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

Shades of Biloba Flower #AE8DE3

Tints of Biloba Flower #AE8DE3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.01%

 BLUE value IS 227 (89.06% from 255) = 41.88%

R = 32.1%
G = 26.01%
B = 41.88%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AE8DE3 (or 0xAE8DE3) is known color: Biloba Flower. HEX triplet: AE, 8D and E3. RGB value is (174,141,227). Sum of RGB (Red+Green+Blue) = 174+141+227=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 227 (89.06% from 255 or 41.88% from 542); Max value from RGB is 227 - color contains mainly: blue. Hex color #AE8DE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8DE3 is #51721C. Grayscale: #A0A0A0. Windows color (decimal): -5337629 or 14912942. OLE color: 14912942.

HSL color Cylindrical-coordinate representation of color #AE8DE3: hue angle of 263.02º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE8DE3 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 141 227 -
CMYK 0.23 0.38 0 0.11
HSL 263.02º 0.61% 0.72% -
HSV(B) 263.02º 0.38% 0.89% -
XYZ 40.85 33.59 77 -
YUV 160.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 174 141 227 0.23 0.38 0 0.11 263.02 0.61 0.72
Hex AE 8D E3 17 26 0 B 107 3D 48
Octal 256 215 343 27 46 0 13 407 75 110
Binary 10101110 10001101 11100011 10111 100110 0 1011 100000111 111101 1001000

Color Harmonies of #AE8DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8DE3

Black with #AE8DE3

Text Example


Text Example

White with #AE8DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8DE3; }

 p { color: rgb(174,141,227); }

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

background-color css

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

 a { background-color: rgb(174,141,227); }

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

border-color css

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

 span { border-color: rgb(174,141,227); }

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