Html Css Color HEX #AA89DD Biloba Flower

📋 copy color: '#AA89DD'

red 170 ◦ green 137 ◦ blue 221

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

Shades of Biloba Flower #AA89DD

Tints of Biloba Flower #AA89DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 32.2%
G = 25.95%
B = 41.86%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA89DD (or 0xAA89DD) is known color: Biloba Flower. HEX triplet: AA, 89 and DD. RGB value is (170,137,221). Sum of RGB (Red+Green+Blue) = 170+137+221=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA89DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89DD is #557622. Grayscale: #9C9C9C. Windows color (decimal): -5600803 or 14518698. OLE color: 14518698.

HSL color Cylindrical-coordinate representation of color #AA89DD: hue angle of 263.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA89DD is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 137 221 -
CMYK 0.23 0.38 0 0.13
HSL 263.57º 0.55% 0.7% -
HSV(B) 263.57º 0.38% 0.87% -
XYZ 38.57 31.66 72.48 -
YUV 156.44 164.43 137.67 -
System Red Green Blue C M Y K H S L
Decimal 170 137 221 0.23 0.38 0 0.13 263.57 0.55 0.7
Hex AA 89 DD 17 26 0 D 108 37 46
Octal 252 211 335 27 46 0 15 410 67 106
Binary 10101010 10001001 11011101 10111 100110 0 1101 100001000 110111 1000110

Color Harmonies of #AA89DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89DD

Black with #AA89DD

Text Example


Text Example

White with #AA89DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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