Html Css Color HEX #AA89D0 Biloba Flower

📋 copy color: '#AA89D0'

red 170 ◦ green 137 ◦ blue 208

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

Shades of Biloba Flower #AA89D0

Tints of Biloba Flower #AA89D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 33.01%
G = 26.6%
B = 40.39%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA89D0 (or 0xAA89D0) is known color: Biloba Flower. HEX triplet: AA, 89 and D0. RGB value is (170,137,208). Sum of RGB (Red+Green+Blue) = 170+137+208=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA89D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89D0 is #55762F. Grayscale: #9A9A9A. Windows color (decimal): -5600816 or 13666730. OLE color: 13666730.

HSL color Cylindrical-coordinate representation of color #AA89D0: hue angle of 267.89º degrees, saturation: 0.43, 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 #AA89D0 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 137 208 -
CMYK 0.18 0.34 0 0.18
HSL 267.89º 0.43% 0.68% -
HSV(B) 267.89º 0.34% 0.82% -
XYZ 36.91 30.99 63.71 -
YUV 154.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 170 137 208 0.18 0.34 0 0.18 267.89 0.43 0.68
Hex AA 89 D0 12 22 0 12 10C 2B 44
Octal 252 211 320 22 42 0 22 414 53 104
Binary 10101010 10001001 11010000 10010 100010 0 10010 100001100 101011 1000100

Color Harmonies of #AA89D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89D0

Black with #AA89D0

Text Example


Text Example

White with #AA89D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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