Html Css Color HEX #AE88F8 Biloba Flower

📋 copy color: '#AE88F8'

red 174 ◦ green 136 ◦ blue 248

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

Shades of Biloba Flower #AE88F8

Tints of Biloba Flower #AE88F8

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.37%

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

R = 31.18%
G = 24.37%
B = 44.44%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AE88F8 (or 0xAE88F8) is known color: Biloba Flower. HEX triplet: AE, 88 and F8. RGB value is (174,136,248). Sum of RGB (Red+Green+Blue) = 174+136+248=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #AE88F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE88F8 is #517707. Grayscale: #9F9F9F. Windows color (decimal): -5338888 or 16287918. OLE color: 16287918.

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

Color convert

RGB 174 136 248 -
CMYK 0.30 0.45 0 0.03
HSL 260.36º 0.89% 0.75% -
HSV(B) 260.36º 0.45% 0.97% -
XYZ 43.2 33.38 92.97 -
YUV 160.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 174 136 248 0.30 0.45 0 0.03 260.36 0.89 0.75
Hex AE 88 F8 1E 2D 0 3 104 59 4B
Octal 256 210 370 36 55 0 3 404 131 113
Binary 10101110 10001000 11111000 11110 101101 0 11 100000100 1011001 1001011

Color Harmonies of #AE88F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE88F8

Black with #AE88F8

Text Example


Text Example

White with #AE88F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE88F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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