Html Css Color HEX #AE89D2 Biloba Flower

📋 copy color: '#AE89D2'

red 174 ◦ green 137 ◦ blue 210

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

Shades of Biloba Flower #AE89D2

Tints of Biloba Flower #AE89D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.31%

R = 33.4%
G = 26.3%
B = 40.31%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE89D2 (or 0xAE89D2) is known color: Biloba Flower. HEX triplet: AE, 89 and D2. RGB value is (174,137,210). Sum of RGB (Red+Green+Blue) = 174+137+210=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE89D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE89D2 is #51762D. Grayscale: #9C9C9C. Windows color (decimal): -5338670 or 13797806. OLE color: 13797806.

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

Color convert

RGB 174 137 210 -
CMYK 0.17 0.35 0 0.18
HSL 270.41º 0.45% 0.68% -
HSV(B) 270.41º 0.35% 0.82% -
XYZ 38.03 31.54 65.06 -
YUV 156.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 174 137 210 0.17 0.35 0 0.18 270.41 0.45 0.68
Hex AE 89 D2 11 23 0 12 10E 2D 44
Octal 256 211 322 21 43 0 22 416 55 104
Binary 10101110 10001001 11010010 10001 100011 0 10010 100001110 101101 1000100

Color Harmonies of #AE89D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE89D2

Black with #AE89D2

Text Example


Text Example

White with #AE89D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE89D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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