Html Css Color HEX #AE97E0 Biloba Flower

📋 copy color: '#AE97E0'

red 174 ◦ green 151 ◦ blue 224

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

Shades of Biloba Flower #AE97E0

Tints of Biloba Flower #AE97E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.8%

R = 31.69%
G = 27.5%
B = 40.8%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AE97E0 (or 0xAE97E0) is known color: Biloba Flower. HEX triplet: AE, 97 and E0. RGB value is (174,151,224). Sum of RGB (Red+Green+Blue) = 174+151+224=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE97E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97E0 is #51681F. Grayscale: #A5A5A5. Windows color (decimal): -5335072 or 14718894. OLE color: 14718894.

HSL color Cylindrical-coordinate representation of color #AE97E0: hue angle of 258.9º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE97E0 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 151 224 -
CMYK 0.22 0.33 0 0.12
HSL 258.9º 0.54% 0.74% -
HSV(B) 258.9º 0.33% 0.88% -
XYZ 41.98 36.51 75.36 -
YUV 166.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 174 151 224 0.22 0.33 0 0.12 258.9 0.54 0.74
Hex AE 97 E0 16 21 0 C 103 36 4A
Octal 256 227 340 26 41 0 14 403 66 112
Binary 10101110 10010111 11100000 10110 100001 0 1100 100000011 110110 1001010

Color Harmonies of #AE97E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE97E0

Black with #AE97E0

Text Example


Text Example

White with #AE97E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE97E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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