Html Css Color HEX #AA89F8 Biloba Flower

📋 copy color: '#AA89F8'

red 170 ◦ green 137 ◦ blue 248

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

Shades of Biloba Flower #AA89F8

Tints of Biloba Flower #AA89F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.68%

R = 30.63%
G = 24.68%
B = 44.68%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA89F8 (or 0xAA89F8) is known color: Biloba Flower. HEX triplet: AA, 89 and F8. RGB value is (170,137,248). Sum of RGB (Red+Green+Blue) = 170+137+248=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA89F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA89F8 is #557607. Grayscale: #9F9F9F. Windows color (decimal): -5600776 or 16288170. OLE color: 16288170.

HSL color Cylindrical-coordinate representation of color #AA89F8: hue angle of 257.84º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA89F8 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 137 248 -
CMYK 0.31 0.45 0 0.03
HSL 257.84º 0.89% 0.75% -
HSV(B) 257.84º 0.45% 0.97% -
XYZ 42.47 33.21 92.98 -
YUV 159.52 177.93 135.47 -
System Red Green Blue C M Y K H S L
Decimal 170 137 248 0.31 0.45 0 0.03 257.84 0.89 0.75
Hex AA 89 F8 1F 2D 0 3 102 59 4B
Octal 252 211 370 37 55 0 3 402 131 113
Binary 10101010 10001001 11111000 11111 101101 0 11 100000010 1011001 1001011

Color Harmonies of #AA89F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89F8

Black with #AA89F8

Text Example


Text Example

White with #AA89F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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