#A596C8

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

Shades of Biloba Flower #A596C8

Tints of Biloba Flower #A596C8

Color information

#A596C8 (or 0xA596C8) is unknown color: approx Biloba Flower. HEX triplet: A5, 96 and C8. RGB value is (165,150,200). Sum of RGB (Red+Green+Blue) = 165+150+200=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 200 - color contains mainly: blue. Hex color #A596C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596C8 is #5A6937. Grayscale: #A0A0A0. Windows color (decimal): -5925176 or 13145765. OLE color: 13145765.

HSL color Cylindrical-coordinate representation of color #A596C8: hue angle of 258º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A596C8 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB165150200-
CMYK0.180.2500.22
HSL258º31.25%68.63%-
HSV(B)258º25%78.43%-
XYZ36.8533.9859.26-
YUV160.18150.47131.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 200 (78.52% from 255) = 38.83%
R=32.04%
G=29.13%
B=38.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651502000.180.2500.2225831.2568.63
HexA596C812190161021f45
Octal245226310223102640237105
Binary1010010110010110110010001001011001010110100000010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596C8; }

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

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

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

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

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

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

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

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