#A597DA

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

Shades of Biloba Flower #A597DA

Tints of Biloba Flower #A597DA

Color information

#A597DA (or 0xA597DA) is unknown color: approx Biloba Flower. HEX triplet: A5, 97 and DA. RGB value is (165,151,218). Sum of RGB (Red+Green+Blue) = 165+151+218=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #A597DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597DA is #5A6825. Grayscale: #A2A2A2. Windows color (decimal): -5924902 or 14325669. OLE color: 14325669.

HSL color Cylindrical-coordinate representation of color #A597DA: hue angle of 252.54º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A597DA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165151218-
CMYK0.240.3100.15
HSL252.54º47.52%72.35%-
HSV(B)252.54º30.73%85.49%-
XYZ39.2435.1971.05-
YUV162.82159.14129.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.90%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 218 (85.55% from 255) = 40.82%
R=30.90%
G=28.28%
B=40.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651512180.240.3100.15252.5447.5272.35
HexA597DA181F0Ffd3048
Octal245227332303701737560110
Binary101001011001011111011010110001111101111111111011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A597DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A597DA; }

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

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

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

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

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

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

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

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