Html Css Color HEX #AA89F0 Biloba Flower

📋 copy color: '#AA89F0'

red 170 ◦ green 137 ◦ blue 240

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

Shades of Biloba Flower #AA89F0

Tints of Biloba Flower #AA89F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.88%

R = 31.08%
G = 25.05%
B = 43.88%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA89F0 (or 0xAA89F0) is known color: Biloba Flower. HEX triplet: AA, 89 and F0. RGB value is (170,137,240). Sum of RGB (Red+Green+Blue) = 170+137+240=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA89F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA89F0 is #55760F. Grayscale: #9E9E9E. Windows color (decimal): -5600784 or 15763882. OLE color: 15763882.

HSL color Cylindrical-coordinate representation of color #AA89F0: hue angle of 259.22º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA89F0 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 137 240 -
CMYK 0.29 0.43 0 0.06
HSL 259.22º 0.77% 0.74% -
HSV(B) 259.22º 0.43% 0.94% -
XYZ 41.25 32.73 86.58 -
YUV 158.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 170 137 240 0.29 0.43 0 0.06 259.22 0.77 0.74
Hex AA 89 F0 1D 2B 0 6 103 4D 4A
Octal 252 211 360 35 53 0 6 403 115 112
Binary 10101010 10001001 11110000 11101 101011 0 110 100000011 1001101 1001010

Color Harmonies of #AA89F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89F0

Black with #AA89F0

Text Example


Text Example

White with #AA89F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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