Html Css Color HEX #AA89DC Biloba Flower

📋 copy color: '#AA89DC'

red 170 ◦ green 137 ◦ blue 220

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

Shades of Biloba Flower #AA89DC

Tints of Biloba Flower #AA89DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 32.26%
G = 26%
B = 41.75%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA89DC (or 0xAA89DC) is known color: Biloba Flower. HEX triplet: AA, 89 and DC. RGB value is (170,137,220). Sum of RGB (Red+Green+Blue) = 170+137+220=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA89DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89DC is #557623. Grayscale: #9C9C9C. Windows color (decimal): -5600804 or 14453162. OLE color: 14453162.

HSL color Cylindrical-coordinate representation of color #AA89DC: hue angle of 263.86º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA89DC is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 137 220 -
CMYK 0.23 0.38 0 0.14
HSL 263.86º 0.54% 0.7% -
HSV(B) 263.86º 0.38% 0.86% -
XYZ 38.44 31.6 71.78 -
YUV 156.33 163.93 137.75 -
System Red Green Blue C M Y K H S L
Decimal 170 137 220 0.23 0.38 0 0.14 263.86 0.54 0.7
Hex AA 89 DC 17 26 0 E 108 36 46
Octal 252 211 334 27 46 0 16 410 66 106
Binary 10101010 10001001 11011100 10111 100110 0 1110 100001000 110110 1000110

Color Harmonies of #AA89DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89DC

Black with #AA89DC

Text Example


Text Example

White with #AA89DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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