Html Css Color HEX #AE89D8 Biloba Flower

📋 copy color: '#AE89D8'

red 174 ◦ green 137 ◦ blue 216

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

Shades of Biloba Flower #AE89D8

Tints of Biloba Flower #AE89D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.99%

R = 33.02%
G = 26%
B = 40.99%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE89D8 (or 0xAE89D8) is known color: Biloba Flower. HEX triplet: AE, 89 and D8. RGB value is (174,137,216). Sum of RGB (Red+Green+Blue) = 174+137+216=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE89D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE89D8 is #517627. Grayscale: #9C9C9C. Windows color (decimal): -5338664 or 14191022. OLE color: 14191022.

HSL color Cylindrical-coordinate representation of color #AE89D8: hue angle of 268.1º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE89D8 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 137 216 -
CMYK 0.19 0.37 0 0.15
HSL 268.1º 0.5% 0.69% -
HSV(B) 268.1º 0.37% 0.85% -
XYZ 38.8 31.85 69.07 -
YUV 157.07 161.26 140.08 -
System Red Green Blue C M Y K H S L
Decimal 174 137 216 0.19 0.37 0 0.15 268.1 0.5 0.69
Hex AE 89 D8 13 25 0 F 10C 32 45
Octal 256 211 330 23 45 0 17 414 62 105
Binary 10101110 10001001 11011000 10011 100101 0 1111 100001100 110010 1000101

Color Harmonies of #AE89D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE89D8

Black with #AE89D8

Text Example


Text Example

White with #AE89D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE89D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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