#A597C6

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

Shades of Biloba Flower #A597C6

Tints of Biloba Flower #A597C6

Color information

#A597C6 (or 0xA597C6) is unknown color: approx Biloba Flower. HEX triplet: A5, 97 and C6. RGB value is (165,151,198). Sum of RGB (Red+Green+Blue) = 165+151+198=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 198 - color contains mainly: blue. Hex color #A597C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597C6 is #5A6839. Grayscale: #A0A0A0. Windows color (decimal): -5924922 or 13014949. OLE color: 13014949.

HSL color Cylindrical-coordinate representation of color #A597C6: hue angle of 257.87º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A597C6 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB165151198-
CMYK0.170.2400.22
HSL257.87º29.19%68.43%-
HSV(B)257.87º23.74%77.65%-
XYZ36.7834.2158.09-
YUV160.54149.14131.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.10%
GREEN value IS 151 (59.38% from 255) = 29.38%
BLUE value IS 198 (77.73% from 255) = 38.52%
R=32.10%
G=29.38%
B=38.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651511980.170.2400.22257.8729.1968.43
HexA597C611180161021d44
Octal245227306213002640235104
Binary1010010110010111110001101000111000010110100000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A597C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A597C6; }

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

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

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

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

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

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

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

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