Html Css Color HEX #AA89FA Biloba Flower

📋 copy color: '#AA89FA'

red 170 ◦ green 137 ◦ blue 250

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

Shades of Biloba Flower #AA89FA

Tints of Biloba Flower #AA89FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 30.52%
G = 24.6%
B = 44.88%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA89FA (or 0xAA89FA) is known color: Biloba Flower. HEX triplet: AA, 89 and FA. RGB value is (170,137,250). Sum of RGB (Red+Green+Blue) = 170+137+250=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA89FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA89FA is #557605. Grayscale: #9F9F9F. Windows color (decimal): -5600774 or 16419242. OLE color: 16419242.

HSL color Cylindrical-coordinate representation of color #AA89FA: hue angle of 257.52º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA89FA is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 137 250 -
CMYK 0.32 0.45 0 0.02
HSL 257.52º 0.92% 0.76% -
HSV(B) 257.52º 0.45% 0.98% -
XYZ 42.78 33.34 94.62 -
YUV 159.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 170 137 250 0.32 0.45 0 0.02 257.52 0.92 0.76
Hex AA 89 FA 20 2D 0 2 102 5C 4C
Octal 252 211 372 40 55 0 2 402 134 114
Binary 10101010 10001001 11111010 100000 101101 0 10 100000010 1011100 1001100

Color Harmonies of #AA89FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89FA

Black with #AA89FA

Text Example


Text Example

White with #AA89FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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