#A596CB

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

Shades of Biloba Flower #A596CB

Tints of Biloba Flower #A596CB

Color information

#A596CB (or 0xA596CB) is unknown color: approx Biloba Flower. HEX triplet: A5, 96 and CB. RGB value is (165,150,203). Sum of RGB (Red+Green+Blue) = 165+150+203=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #A596CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596CB is #5A6934. Grayscale: #A0A0A0. Windows color (decimal): -5925173 or 13342373. OLE color: 13342373.

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

Color convert

RGB165150203-
CMYK0.190.2600.20
HSL256.98º33.76%69.22%-
HSV(B)256.98º26.11%79.61%-
XYZ37.234.1261.13-
YUV160.53151.97131.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=31.85%
G=28.96%
B=39.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651502030.190.2600.20256.9833.7669.22
HexA596CB131A0141012245
Octal245226313233202440142105
Binary10100101100101101100101110011110100101001000000011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596CB; }

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

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

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

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

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

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

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

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