#A597F1

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

Shades of Biloba Flower #A597F1

Tints of Biloba Flower #A597F1

Color information

#A597F1 (or 0xA597F1) is unknown color: approx Biloba Flower. HEX triplet: A5, 97 and F1. RGB value is (165,151,241). Sum of RGB (Red+Green+Blue) = 165+151+241=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #A597F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A597F1 is #5A680E. Grayscale: #A5A5A5. Windows color (decimal): -5924879 or 15832997. OLE color: 15832997.

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

Color convert

RGB165151241-
CMYK0.320.3700.05
HSL249.33º76.27%76.86%-
HSV(B)249.33º37.34%94.51%-
XYZ42.4636.4888.02-
YUV165.45170.64127.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.62%
GREEN value IS 151 (59.38% from 255) = 27.11%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=29.62%
G=27.11%
B=43.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1651512410.320.3700.05249.3376.2776.86
HexA597F1202505f94c4d
Octal245227361404505371114115
Binary10100101100101111111000110000010010101011111100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A597F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A597F1; }

 p { color: rgb(165,151,241); }

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

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

 a { background-color: rgb(165,151,241); }

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

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

 span { border-color: rgb(165,151,241); }

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