#A597CE

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

Shades of Biloba Flower #A597CE

Tints of Biloba Flower #A597CE

Color information

#A597CE (or 0xA597CE) is unknown color: approx Biloba Flower. HEX triplet: A5, 97 and CE. RGB value is (165,151,206). Sum of RGB (Red+Green+Blue) = 165+151+206=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #A597CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597CE is #5A6831. Grayscale: #A1A1A1. Windows color (decimal): -5924914 or 13539237. OLE color: 13539237.

HSL color Cylindrical-coordinate representation of color #A597CE: hue angle of 255.27º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A597CE is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165151206-
CMYK0.200.2700.19
HSL255.27º35.95%70%-
HSV(B)255.27º26.7%80.78%-
XYZ37.7234.5963.08-
YUV161.46153.14130.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 151 (59.38% from 255) = 28.93%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=31.61%
G=28.93%
B=39.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651512060.200.2700.19255.2735.9570
HexA597CE141B013ff2446
Octal245227316243302337744106
Binary1010010110010111110011101010011011010011111111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A597CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A597CE; }

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

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

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

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

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

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

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

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