#A997FA

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

Shades of Biloba Flower #A997FA

Tints of Biloba Flower #A997FA

Color information

#A997FA (or 0xA997FA) is unknown color: approx Biloba Flower. HEX triplet: A9, 97 and FA. RGB value is (169,151,250). Sum of RGB (Red+Green+Blue) = 169+151+250=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #A997FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997FA is #566805. Grayscale: #A7A7A7. Windows color (decimal): -5662726 or 16422825. OLE color: 16422825.

HSL color Cylindrical-coordinate representation of color #A997FA: hue angle of 250.91º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A997FA is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169151250-
CMYK0.320.4000.02
HSL250.91º90.83%78.63%-
HSV(B)250.91º39.6%98.04%-
XYZ44.6837.4795.32-
YUV167.67174.46128.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.65%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=29.65%
G=26.49%
B=43.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691512500.320.4000.02250.9190.8378.63
HexA997FA202802fb5b4f
Octal251227372405002373133117
Binary1010100110010111111110101000001010000101111101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997FA; }

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

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

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

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

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

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

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

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