#A597DC

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

Shades of Biloba Flower #A597DC

Tints of Biloba Flower #A597DC

Color information

#A597DC (or 0xA597DC) is unknown color: approx Biloba Flower. HEX triplet: A5, 97 and DC. RGB value is (165,151,220). Sum of RGB (Red+Green+Blue) = 165+151+220=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #A597DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597DC is #5A6823. Grayscale: #A2A2A2. Windows color (decimal): -5924900 or 14456741. OLE color: 14456741.

HSL color Cylindrical-coordinate representation of color #A597DC: hue angle of 252.17º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A597DC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165151220-
CMYK0.250.3100.14
HSL252.17º49.64%72.75%-
HSV(B)252.17º31.36%86.27%-
XYZ39.535.372.44-
YUV163.05160.14129.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.78%
GREEN value IS 151 (59.38% from 255) = 28.17%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=30.78%
G=28.17%
B=41.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651512200.250.3100.14252.1749.6472.75
HexA597DC191F0Efc3249
Octal245227334313701637462111
Binary101001011001011111011100110011111101110111111001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A597DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A597DC; }

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

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

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

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

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

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

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

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