Html Css Color HEX #AE9EF8 Biloba Flower

📋 copy color: '#AE9EF8'

red 174 ◦ green 158 ◦ blue 248

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

Shades of Biloba Flower #AE9EF8

Tints of Biloba Flower #AE9EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.76%

R = 30%
G = 27.24%
B = 42.76%

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

#AE9EF8 (or 0xAE9EF8) is known color: Biloba Flower. HEX triplet: AE, 9E and F8. RGB value is (174,158,248). Sum of RGB (Red+Green+Blue) = 174+158+248=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #AE9EF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9EF8 is #516107. Grayscale: #ACACAC. Windows color (decimal): -5333256 or 16293550. OLE color: 16293550.

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

Color convert

RGB 174 158 248 -
CMYK 0.30 0.36 0 0.03
HSL 250.67º 0.87% 0.8% -
HSV(B) 250.67º 0.36% 0.97% -
XYZ 46.63 40.23 94.11 -
YUV 173.04 170.3 128.68 -
System Red Green Blue C M Y K H S L
Decimal 174 158 248 0.30 0.36 0 0.03 250.67 0.87 0.8
Hex AE 9E F8 1E 24 0 3 FB 57 50
Octal 256 236 370 36 44 0 3 373 127 120
Binary 10101110 10011110 11111000 11110 100100 0 11 11111011 1010111 1010000

Color Harmonies of #AE9EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9EF8

Black with #AE9EF8

Text Example


Text Example

White with #AE9EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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