Html Css Color HEX #AE8DE8 Biloba Flower

📋 copy color: '#AE8DE8'

red 174 ◦ green 141 ◦ blue 232

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

Shades of Biloba Flower #AE8DE8

Tints of Biloba Flower #AE8DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.41%

R = 31.81%
G = 25.78%
B = 42.41%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AE8DE8 (or 0xAE8DE8) is known color: Biloba Flower. HEX triplet: AE, 8D and E8. RGB value is (174,141,232). Sum of RGB (Red+Green+Blue) = 174+141+232=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE8DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8DE8 is #517217. Grayscale: #A0A0A0. Windows color (decimal): -5337624 or 15240622. OLE color: 15240622.

HSL color Cylindrical-coordinate representation of color #AE8DE8: hue angle of 261.76º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE8DE8 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 141 232 -
CMYK 0.25 0.39 0 0.09
HSL 261.76º 0.66% 0.73% -
HSV(B) 261.76º 0.39% 0.91% -
XYZ 41.55 33.87 80.69 -
YUV 161.24 167.93 137.1 -
System Red Green Blue C M Y K H S L
Decimal 174 141 232 0.25 0.39 0 0.09 261.76 0.66 0.73
Hex AE 8D E8 19 27 0 9 106 42 49
Octal 256 215 350 31 47 0 11 406 102 111
Binary 10101110 10001101 11101000 11001 100111 0 1001 100000110 1000010 1001001

Color Harmonies of #AE8DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8DE8

Black with #AE8DE8

Text Example


Text Example

White with #AE8DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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