Html Css Color HEX #AA89ED Biloba Flower

📋 copy color: '#AA89ED'

red 170 ◦ green 137 ◦ blue 237

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

Shades of Biloba Flower #AA89ED

Tints of Biloba Flower #AA89ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.57%

R = 31.25%
G = 25.18%
B = 43.57%

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

#AA89ED (or 0xAA89ED) is known color: Biloba Flower. HEX triplet: AA, 89 and ED. RGB value is (170,137,237). Sum of RGB (Red+Green+Blue) = 170+137+237=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA89ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA89ED is #557612. Grayscale: #9D9D9D. Windows color (decimal): -5600787 or 15567274. OLE color: 15567274.

HSL color Cylindrical-coordinate representation of color #AA89ED: hue angle of 259.8º degrees, saturation: 0.74, 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 #AA89ED is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 137 237 -
CMYK 0.28 0.42 0 0.07
HSL 259.8º 0.74% 0.73% -
HSV(B) 259.8º 0.42% 0.93% -
XYZ 40.81 32.55 84.25 -
YUV 158.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 170 137 237 0.28 0.42 0 0.07 259.8 0.74 0.73
Hex AA 89 ED 1C 2A 0 7 104 4A 49
Octal 252 211 355 34 52 0 7 404 112 111
Binary 10101010 10001001 11101101 11100 101010 0 111 100000100 1001010 1001001

Color Harmonies of #AA89ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89ED

Black with #AA89ED

Text Example


Text Example

White with #AA89ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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