Html Css Color HEX #AA89DF Biloba Flower

📋 copy color: '#AA89DF'

red 170 ◦ green 137 ◦ blue 223

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

Shades of Biloba Flower #AA89DF

Tints of Biloba Flower #AA89DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 32.08%
G = 25.85%
B = 42.08%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA89DF (or 0xAA89DF) is known color: Biloba Flower. HEX triplet: AA, 89 and DF. RGB value is (170,137,223). Sum of RGB (Red+Green+Blue) = 170+137+223=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA89DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89DF is #557620. Grayscale: #9C9C9C. Windows color (decimal): -5600801 or 14649770. OLE color: 14649770.

HSL color Cylindrical-coordinate representation of color #AA89DF: hue angle of 263.02º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA89DF is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 137 223 -
CMYK 0.24 0.39 0 0.13
HSL 263.02º 0.57% 0.71% -
HSV(B) 263.02º 0.39% 0.87% -
XYZ 38.84 31.77 73.9 -
YUV 156.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 170 137 223 0.24 0.39 0 0.13 263.02 0.57 0.71
Hex AA 89 DF 18 27 0 D 107 39 47
Octal 252 211 337 30 47 0 15 407 71 107
Binary 10101010 10001001 11011111 11000 100111 0 1101 100000111 111001 1000111

Color Harmonies of #AA89DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89DF

Black with #AA89DF

Text Example


Text Example

White with #AA89DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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