#AA97D7

Color #AA97D7 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AA97D7

Tints of Biloba Flower #AA97D7

Color information

#AA97D7 (or 0xAA97D7) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and D7. RGB value is (170,151,215). Sum of RGB (Red+Green+Blue) = 170+151+215=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA97D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97D7 is #556828. Grayscale: #A3A3A3. Windows color (decimal): -5597225 or 14129066. OLE color: 14129066.

HSL color Cylindrical-coordinate representation of color #AA97D7: hue angle of 257.81º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA97D7 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170151215-
CMYK0.210.3000.16
HSL257.81º44.44%71.76%-
HSV(B)257.81º29.77%84.31%-
XYZ39.9135.5969.06-
YUV163.98156.79132.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 151 (59.38% from 255) = 28.17%
BLUE value IS 215 (84.38% from 255) = 40.11%
R=31.72%
G=28.17%
B=40.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701512150.210.3000.16257.8144.4471.76
HexAA97D7151E0101022c48
Octal252227327253602040254110
Binary10101010100101111101011110101111100100001000000101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97D7; }

 p { color: rgb(170,151,215); }

 H1.HeaderClassName
 {
   color: #AA97D7;
 }
 .AnyTagClassName
 {
   color: #AA97D7;
 }
</style>
background-color css

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

 a { background-color: rgb(170,151,215); }

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

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

 span { border-color: rgb(170,151,215); }

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