#A597C9

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

Shades of Biloba Flower #A597C9

Tints of Biloba Flower #A597C9

Color information

#A597C9 (or 0xA597C9) is unknown color: approx Biloba Flower. HEX triplet: A5, 97 and C9. RGB value is (165,151,201). Sum of RGB (Red+Green+Blue) = 165+151+201=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #A597C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597C9 is #5A6836. Grayscale: #A0A0A0. Windows color (decimal): -5924919 or 13211557. OLE color: 13211557.

HSL color Cylindrical-coordinate representation of color #A597C9: hue angle of 256.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A597C9 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165151201-
CMYK0.180.2500.21
HSL256.8º31.65%69.02%-
HSV(B)256.8º24.88%78.82%-
XYZ37.1334.3559.93-
YUV160.89150.64130.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 151 (59.38% from 255) = 29.21%
BLUE value IS 201 (78.91% from 255) = 38.88%
R=31.91%
G=29.21%
B=38.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651512010.180.2500.21256.831.6569.02
HexA597C912190151012045
Octal245227311223102540140105
Binary10100101100101111100100110010110010101011000000011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A597C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A597C9; }

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

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

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

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

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

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

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

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