#AA97DF

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

Shades of Biloba Flower #AA97DF

Tints of Biloba Flower #AA97DF

Color information

#AA97DF (or 0xAA97DF) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and DF. RGB value is (170,151,223). Sum of RGB (Red+Green+Blue) = 170+151+223=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA97DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97DF is #556820. Grayscale: #A4A4A4. Windows color (decimal): -5597217 or 14653354. OLE color: 14653354.

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

Color convert

RGB170151223-
CMYK0.240.3200.13
HSL255.83º52.94%73.33%-
HSV(B)255.83º32.29%87.45%-
XYZ40.9636.0174.6-
YUV164.89160.79131.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 151 (59.38% from 255) = 27.76%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=31.25%
G=27.76%
B=40.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701512230.240.3200.13255.8352.9473.33
HexAA97DF18200D1003549
Octal252227337304001540065111
Binary10101010100101111101111111000100000011011000000001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97DF; }

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

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

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

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

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

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

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

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