Html Css Color HEX #AE8BE8 Biloba Flower

📋 copy color: '#AE8BE8'

red 174 ◦ green 139 ◦ blue 232

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

Shades of Biloba Flower #AE8BE8

Tints of Biloba Flower #AE8BE8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.5%

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

R = 31.93%
G = 25.5%
B = 42.57%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AE8BE8 (or 0xAE8BE8) is known color: Biloba Flower. HEX triplet: AE, 8B and E8. RGB value is (174,139,232). Sum of RGB (Red+Green+Blue) = 174+139+232=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE8BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8BE8 is #517417. Grayscale: #9F9F9F. Windows color (decimal): -5338136 or 15240110. OLE color: 15240110.

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

Color convert

RGB 174 139 232 -
CMYK 0.25 0.40 0 0.09
HSL 262.58º 0.67% 0.73% -
HSV(B) 262.58º 0.4% 0.91% -
XYZ 41.25 33.29 80.6 -
YUV 160.07 168.6 137.94 -
System Red Green Blue C M Y K H S L
Decimal 174 139 232 0.25 0.40 0 0.09 262.58 0.67 0.73
Hex AE 8B E8 19 28 0 9 107 43 49
Octal 256 213 350 31 50 0 11 407 103 111
Binary 10101110 10001011 11101000 11001 101000 0 1001 100000111 1000011 1001001

Color Harmonies of #AE8BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8BE8

Black with #AE8BE8

Text Example


Text Example

White with #AE8BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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