#A997FC

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

Shades of Biloba Flower #A997FC

Tints of Biloba Flower #A997FC

Color information

#A997FC (or 0xA997FC) is unknown color: approx Biloba Flower. HEX triplet: A9, 97 and FC. RGB value is (169,151,252). Sum of RGB (Red+Green+Blue) = 169+151+252=572 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.55% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #A997FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997FC is #566803. Grayscale: #A7A7A7. Windows color (decimal): -5662724 or 16553897. OLE color: 16553897.

HSL color Cylindrical-coordinate representation of color #A997FC: hue angle of 250.69º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A997FC is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169151252-
CMYK0.330.4000.01
HSL250.69º94.39%79.02%-
HSV(B)250.69º40.08%98.82%-
XYZ4537.696.98-
YUV167.9175.46128.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.55%
GREEN value IS 151 (59.38% from 255) = 26.40%
BLUE value IS 252 (98.83% from 255) = 44.06%
R=29.55%
G=26.40%
B=44.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691512520.330.4000.01250.6994.3979.02
HexA997FC212801fb5e4f
Octal251227374415001373136117
Binary101010011001011111111100100001101000011111101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997FC; }

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

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

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

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

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

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

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

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