#AA97CF

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

Shades of Biloba Flower #AA97CF

Tints of Biloba Flower #AA97CF

Color information

#AA97CF (or 0xAA97CF) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and CF. RGB value is (170,151,207). Sum of RGB (Red+Green+Blue) = 170+151+207=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA97CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97CF is #556830. Grayscale: #A2A2A2. Windows color (decimal): -5597233 or 13604778. OLE color: 13604778.

HSL color Cylindrical-coordinate representation of color #AA97CF: hue angle of 260.36º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA97CF is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170151207-
CMYK0.180.2700.19
HSL260.36º36.84%70.2%-
HSV(B)260.36º27.05%81.18%-
XYZ38.9135.1863.77-
YUV163.06152.79132.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=32.20%
G=28.60%
B=39.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701512070.180.2700.19260.3636.8470.2
HexAA97CF121B0131042546
Octal252227317223302340445106
Binary10101010100101111100111110010110110100111000001001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97CF; }

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

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

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

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

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

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

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

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