Html Css Color HEX #AE9EF7 Biloba Flower

📋 copy color: '#AE9EF7'

red 174 ◦ green 158 ◦ blue 247

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

Shades of Biloba Flower #AE9EF7

Tints of Biloba Flower #AE9EF7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.29%

 BLUE value IS 247 (96.88% from 255) = 42.66%

R = 30.05%
G = 27.29%
B = 42.66%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AE9EF7 (or 0xAE9EF7) is known color: Biloba Flower. HEX triplet: AE, 9E and F7. RGB value is (174,158,247). Sum of RGB (Red+Green+Blue) = 174+158+247=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #AE9EF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9EF7 is #516108. Grayscale: #ACACAC. Windows color (decimal): -5333257 or 16228014. OLE color: 16228014.

HSL color Cylindrical-coordinate representation of color #AE9EF7: hue angle of 250.79º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE9EF7 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 158 247 -
CMYK 0.30 0.36 0 0.03
HSL 250.79º 0.85% 0.79% -
HSV(B) 250.79º 0.36% 0.97% -
XYZ 46.47 40.17 93.3 -
YUV 172.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 174 158 247 0.30 0.36 0 0.03 250.79 0.85 0.79
Hex AE 9E F7 1E 24 0 3 FB 55 4F
Octal 256 236 367 36 44 0 3 373 125 117
Binary 10101110 10011110 11110111 11110 100100 0 11 11111011 1010101 1001111

Color Harmonies of #AE9EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9EF7

Black with #AE9EF7

Text Example


Text Example

White with #AE9EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9EF7; }

 p { color: rgb(174,158,247); }

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

background-color css

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

 a { background-color: rgb(174,158,247); }

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

border-color css

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

 span { border-color: rgb(174,158,247); }

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