Html Css Color HEX #AE89D1 Biloba Flower

📋 copy color: '#AE89D1'

red 174 ◦ green 137 ◦ blue 209

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

Shades of Biloba Flower #AE89D1

Tints of Biloba Flower #AE89D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.19%

R = 33.46%
G = 26.35%
B = 40.19%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE89D1 (or 0xAE89D1) is known color: Biloba Flower. HEX triplet: AE, 89 and D1. RGB value is (174,137,209). Sum of RGB (Red+Green+Blue) = 174+137+209=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE89D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE89D1 is #51762E. Grayscale: #9C9C9C. Windows color (decimal): -5338671 or 13732270. OLE color: 13732270.

HSL color Cylindrical-coordinate representation of color #AE89D1: hue angle of 270.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE89D1 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 137 209 -
CMYK 0.17 0.34 0 0.18
HSL 270.83º 0.44% 0.68% -
HSV(B) 270.83º 0.34% 0.82% -
XYZ 37.91 31.49 64.4 -
YUV 156.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 174 137 209 0.17 0.34 0 0.18 270.83 0.44 0.68
Hex AE 89 D1 11 22 0 12 10F 2C 44
Octal 256 211 321 21 42 0 22 417 54 104
Binary 10101110 10001001 11010001 10001 100010 0 10010 100001111 101100 1000100

Color Harmonies of #AE89D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE89D1

Black with #AE89D1

Text Example


Text Example

White with #AE89D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE89D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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