Html Css Color HEX #AA89EC Biloba Flower

📋 copy color: '#AA89EC'

red 170 ◦ green 137 ◦ blue 236

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

Shades of Biloba Flower #AA89EC

Tints of Biloba Flower #AA89EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.46%

R = 31.31%
G = 25.23%
B = 43.46%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA89EC (or 0xAA89EC) is known color: Biloba Flower. HEX triplet: AA, 89 and EC. RGB value is (170,137,236). Sum of RGB (Red+Green+Blue) = 170+137+236=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA89EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA89EC is #557613. Grayscale: #9D9D9D. Windows color (decimal): -5600788 or 15501738. OLE color: 15501738.

HSL color Cylindrical-coordinate representation of color #AA89EC: hue angle of 260º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA89EC is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 137 236 -
CMYK 0.28 0.42 0 0.07
HSL 260º 0.72% 0.73% -
HSV(B) 260º 0.42% 0.93% -
XYZ 40.66 32.49 83.49 -
YUV 158.15 171.93 136.45 -
System Red Green Blue C M Y K H S L
Decimal 170 137 236 0.28 0.42 0 0.07 260 0.72 0.73
Hex AA 89 EC 1C 2A 0 7 104 48 49
Octal 252 211 354 34 52 0 7 404 110 111
Binary 10101010 10001001 11101100 11100 101010 0 111 100000100 1001000 1001001

Color Harmonies of #AA89EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89EC

Black with #AA89EC

Text Example


Text Example

White with #AA89EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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