#A597CC

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

Shades of Biloba Flower #A597CC

Tints of Biloba Flower #A597CC

Color information

#A597CC (or 0xA597CC) is unknown color: approx Biloba Flower. HEX triplet: A5, 97 and CC. RGB value is (165,151,204). Sum of RGB (Red+Green+Blue) = 165+151+204=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #A597CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597CC is #5A6833. Grayscale: #A1A1A1. Windows color (decimal): -5924916 or 13408165. OLE color: 13408165.

HSL color Cylindrical-coordinate representation of color #A597CC: hue angle of 255.85º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A597CC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB165151204-
CMYK0.190.2600.2
HSL255.85º34.19%69.61%-
HSV(B)255.85º25.98%80%-
XYZ37.4834.4961.81-
YUV161.23152.14130.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=31.73%
G=29.04%
B=39.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651512040.190.2600.2255.8534.1969.61
HexA597CC131A0141002246
Octal245227314233202440042106
Binary10100101100101111100110010011110100101001000000001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A597CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A597CC; }

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

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

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

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

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

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

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

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