#A596DE

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

Shades of Biloba Flower #A596DE

Tints of Biloba Flower #A596DE

Color information

#A596DE (or 0xA596DE) is unknown color: approx Biloba Flower. HEX triplet: A5, 96 and DE. RGB value is (165,150,222). Sum of RGB (Red+Green+Blue) = 165+150+222=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #A596DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596DE is #5A6921. Grayscale: #A2A2A2. Windows color (decimal): -5925154 or 14587557. OLE color: 14587557.

HSL color Cylindrical-coordinate representation of color #A596DE: hue angle of 252.5º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A596DE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165150222-
CMYK0.260.3200.13
HSL252.5º52.17%72.94%-
HSV(B)252.5º32.43%87.06%-
XYZ39.6135.0973.79-
YUV162.69161.47129.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.73%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=30.73%
G=27.93%
B=41.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651502220.260.3200.13252.552.1772.94
HexA596DE1A200Dfc3449
Octal245226336324001537464111
Binary1010010110010110110111101101010000001101111111001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596DE; }

 p { color: rgb(165,150,222); }

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

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

 a { background-color: rgb(165,150,222); }

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

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

 span { border-color: rgb(165,150,222); }

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