#A997F7

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

Shades of Biloba Flower #A997F7

Tints of Biloba Flower #A997F7

Color information

#A997F7 (or 0xA997F7) is unknown color: approx Biloba Flower. HEX triplet: A9, 97 and F7. RGB value is (169,151,247). Sum of RGB (Red+Green+Blue) = 169+151+247=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #A997F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997F7 is #566808. Grayscale: #A6A6A6. Windows color (decimal): -5662729 or 16226217. OLE color: 16226217.

HSL color Cylindrical-coordinate representation of color #A997F7: hue angle of 251.25º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A997F7 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB169151247-
CMYK0.320.3900.03
HSL251.25º85.71%78.04%-
HSV(B)251.25º38.87%96.86%-
XYZ44.2237.2892.86-
YUV167.33172.96129.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.81%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 247 (96.88% from 255) = 43.56%
R=29.81%
G=26.63%
B=43.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1691512470.320.3900.03251.2585.7178.04
HexA997F7202703fb564e
Octal251227367404703373126116
Binary1010100110010111111101111000001001110111111101110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997F7; }

 p { color: rgb(169,151,247); }

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

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

 a { background-color: rgb(169,151,247); }

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

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

 span { border-color: rgb(169,151,247); }

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