#A997F3

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

Shades of Biloba Flower #A997F3

Tints of Biloba Flower #A997F3

Color information

#A997F3 (or 0xA997F3) is unknown color: approx Biloba Flower. HEX triplet: A9, 97 and F3. RGB value is (169,151,243). Sum of RGB (Red+Green+Blue) = 169+151+243=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #A997F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997F3 is #56680C. Grayscale: #A6A6A6. Windows color (decimal): -5662733 or 15964073. OLE color: 15964073.

HSL color Cylindrical-coordinate representation of color #A997F3: hue angle of 251.74º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A997F3 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169151243-
CMYK0.300.3800.05
HSL251.74º79.31%77.25%-
HSV(B)251.74º37.86%95.29%-
XYZ43.6137.0489.65-
YUV166.87170.96129.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.02%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 243 (95.31% from 255) = 43.16%
R=30.02%
G=26.82%
B=43.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691512430.300.3800.05251.7479.3177.25
HexA997F31E2605fc4f4d
Octal251227363364605374117115
Binary1010100110010111111100111111010011001011111110010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997F3; }

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

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

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

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

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

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

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

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