Html Css Color HEX #AE97E8 Biloba Flower

📋 copy color: '#AE97E8'

red 174 ◦ green 151 ◦ blue 232

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

Shades of Biloba Flower #AE97E8

Tints of Biloba Flower #AE97E8

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.11%

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

R = 31.24%
G = 27.11%
B = 41.65%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AE97E8 (or 0xAE97E8) is known color: Biloba Flower. HEX triplet: AE, 97 and E8. RGB value is (174,151,232). Sum of RGB (Red+Green+Blue) = 174+151+232=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE97E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE97E8 is #516817. Grayscale: #A6A6A6. Windows color (decimal): -5335064 or 15243182. OLE color: 15243182.

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

Color convert

RGB 174 151 232 -
CMYK 0.25 0.35 0 0.09
HSL 257.04º 0.64% 0.75% -
HSV(B) 257.04º 0.35% 0.91% -
XYZ 43.09 36.96 81.21 -
YUV 167.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 174 151 232 0.25 0.35 0 0.09 257.04 0.64 0.75
Hex AE 97 E8 19 23 0 9 101 40 4B
Octal 256 227 350 31 43 0 11 401 100 113
Binary 10101110 10010111 11101000 11001 100011 0 1001 100000001 1000000 1001011

Color Harmonies of #AE97E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE97E8

Black with #AE97E8

Text Example


Text Example

White with #AE97E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE97E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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