Html Css Color HEX #AE89F0 Biloba Flower

📋 copy color: '#AE89F0'

red 174 ◦ green 137 ◦ blue 240

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

Shades of Biloba Flower #AE89F0

Tints of Biloba Flower #AE89F0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.86%

 BLUE value IS 240 (94.14% from 255) = 43.56%

R = 31.58%
G = 24.86%
B = 43.56%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AE89F0 (or 0xAE89F0) is known color: Biloba Flower. HEX triplet: AE, 89 and F0. RGB value is (174,137,240). Sum of RGB (Red+Green+Blue) = 174+137+240=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE89F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE89F0 is #51760F. Grayscale: #9F9F9F. Windows color (decimal): -5338640 or 15763886. OLE color: 15763886.

HSL color Cylindrical-coordinate representation of color #AE89F0: hue angle of 261.55º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE89F0 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 137 240 -
CMYK 0.28 0.43 0 0.06
HSL 261.55º 0.77% 0.74% -
HSV(B) 261.55º 0.43% 0.94% -
XYZ 42.13 33.18 86.62 -
YUV 159.81 173.26 138.12 -
System Red Green Blue C M Y K H S L
Decimal 174 137 240 0.28 0.43 0 0.06 261.55 0.77 0.74
Hex AE 89 F0 1C 2B 0 6 106 4D 4A
Octal 256 211 360 34 53 0 6 406 115 112
Binary 10101110 10001001 11110000 11100 101011 0 110 100000110 1001101 1001010

Color Harmonies of #AE89F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE89F0

Black with #AE89F0

Text Example


Text Example

White with #AE89F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE89F0; }

 p { color: rgb(174,137,240); }

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

background-color css

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

 a { background-color: rgb(174,137,240); }

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

border-color css

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

 span { border-color: rgb(174,137,240); }

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