Html Css Color HEX #AA89CE Biloba Flower

📋 copy color: '#AA89CE'

red 170 ◦ green 137 ◦ blue 206

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

Shades of Biloba Flower #AA89CE

Tints of Biloba Flower #AA89CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 33.14%
G = 26.71%
B = 40.16%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA89CE (or 0xAA89CE) is known color: Biloba Flower. HEX triplet: AA, 89 and CE. RGB value is (170,137,206). Sum of RGB (Red+Green+Blue) = 170+137+206=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA89CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89CE is #557631. Grayscale: #9A9A9A. Windows color (decimal): -5600818 or 13535658. OLE color: 13535658.

HSL color Cylindrical-coordinate representation of color #AA89CE: hue angle of 268.7º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA89CE is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 137 206 -
CMYK 0.17 0.33 0 0.19
HSL 268.7º 0.41% 0.67% -
HSV(B) 268.7º 0.33% 0.81% -
XYZ 36.66 30.89 62.42 -
YUV 154.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 170 137 206 0.17 0.33 0 0.19 268.7 0.41 0.67
Hex AA 89 CE 11 21 0 13 10D 29 43
Octal 252 211 316 21 41 0 23 415 51 103
Binary 10101010 10001001 11001110 10001 100001 0 10011 100001101 101001 1000011

Color Harmonies of #AA89CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89CE

Black with #AA89CE

Text Example


Text Example

White with #AA89CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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