Html Css Color HEX #AA89DA Biloba Flower

📋 copy color: '#AA89DA'

red 170 ◦ green 137 ◦ blue 218

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

Shades of Biloba Flower #AA89DA

Tints of Biloba Flower #AA89DA

RGB

 RED value IS 170 (66.8% from 255) = 32.38%

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 32.38%
G = 26.1%
B = 41.52%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA89DA (or 0xAA89DA) is known color: Biloba Flower. HEX triplet: AA, 89 and DA. RGB value is (170,137,218). Sum of RGB (Red+Green+Blue) = 170+137+218=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA89DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89DA is #557625. Grayscale: #9B9B9B. Windows color (decimal): -5600806 or 14322090. OLE color: 14322090.

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

Color convert

RGB 170 137 218 -
CMYK 0.22 0.37 0 0.15
HSL 264.44º 0.52% 0.7% -
HSV(B) 264.44º 0.37% 0.85% -
XYZ 38.18 31.5 70.4 -
YUV 156.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 170 137 218 0.22 0.37 0 0.15 264.44 0.52 0.7
Hex AA 89 DA 16 25 0 F 108 34 46
Octal 252 211 332 26 45 0 17 410 64 106
Binary 10101010 10001001 11011010 10110 100101 0 1111 100001000 110100 1000110

Color Harmonies of #AA89DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89DA

Black with #AA89DA

Text Example


Text Example

White with #AA89DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89DA; }

 p { color: rgb(170,137,218); }

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

background-color css

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

 a { background-color: rgb(170,137,218); }

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

border-color css

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

 span { border-color: rgb(170,137,218); }

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