#AA97CA

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

Shades of Biloba Flower #AA97CA

Tints of Biloba Flower #AA97CA

Color information

#AA97CA (or 0xAA97CA) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and CA. RGB value is (170,151,202). Sum of RGB (Red+Green+Blue) = 170+151+202=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA97CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97CA is #556835. Grayscale: #A2A2A2. Windows color (decimal): -5597238 or 13277098. OLE color: 13277098.

HSL color Cylindrical-coordinate representation of color #AA97CA: hue angle of 262.35º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA97CA is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170151202-
CMYK0.160.2500.21
HSL262.35º32.48%69.22%-
HSV(B)262.35º25.25%79.22%-
XYZ38.334.9460.6-
YUV162.49150.29133.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 151 (59.38% from 255) = 28.87%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=32.50%
G=28.87%
B=38.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701512020.160.2500.21262.3532.4869.22
HexAA97CA10190151062045
Octal252227312203102540640105
Binary10101010100101111100101010000110010101011000001101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97CA; }

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

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

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

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

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

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

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

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