Html Css Color HEX #AA89D2 Biloba Flower

📋 copy color: '#AA89D2'

red 170 ◦ green 137 ◦ blue 210

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

Shades of Biloba Flower #AA89D2

Tints of Biloba Flower #AA89D2

RGB

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

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

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

R = 32.88%
G = 26.5%
B = 40.62%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA89D2 (or 0xAA89D2) is known color: Biloba Flower. HEX triplet: AA, 89 and D2. RGB value is (170,137,210). Sum of RGB (Red+Green+Blue) = 170+137+210=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA89D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89D2 is #55762D. Grayscale: #9A9A9A. Windows color (decimal): -5600814 or 13797802. OLE color: 13797802.

HSL color Cylindrical-coordinate representation of color #AA89D2: hue angle of 267.12º 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 #AA89D2 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 137 210 -
CMYK 0.19 0.35 0 0.18
HSL 267.12º 0.45% 0.68% -
HSV(B) 267.12º 0.35% 0.82% -
XYZ 37.16 31.09 65.02 -
YUV 155.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 170 137 210 0.19 0.35 0 0.18 267.12 0.45 0.68
Hex AA 89 D2 13 23 0 12 10B 2D 44
Octal 252 211 322 23 43 0 22 413 55 104
Binary 10101010 10001001 11010010 10011 100011 0 10010 100001011 101101 1000100

Color Harmonies of #AA89D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89D2

Black with #AA89D2

Text Example


Text Example

White with #AA89D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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