#A596CC

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

Shades of Biloba Flower #A596CC

Tints of Biloba Flower #A596CC

Color information

#A596CC (or 0xA596CC) is unknown color: approx Biloba Flower. HEX triplet: A5, 96 and CC. RGB value is (165,150,204). Sum of RGB (Red+Green+Blue) = 165+150+204=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #A596CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596CC is #5A6933. Grayscale: #A0A0A0. Windows color (decimal): -5925172 or 13407909. OLE color: 13407909.

HSL color Cylindrical-coordinate representation of color #A596CC: hue angle of 256.67º degrees, saturation: 0.35, 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 #A596CC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB165150204-
CMYK0.190.2600.2
HSL256.67º34.62%69.41%-
HSV(B)256.67º26.47%80%-
XYZ37.3234.1761.76-
YUV160.64152.47131.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.79%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=31.79%
G=28.90%
B=39.31%

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
Decimal1651502040.190.2600.2256.6734.6269.41
HexA596CC131A0141012345
Octal245226314233202440143105
Binary10100101100101101100110010011110100101001000000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596CC; }

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

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

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

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

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

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

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

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