#A596CA

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

Shades of Biloba Flower #A596CA

Tints of Biloba Flower #A596CA

Color information

#A596CA (or 0xA596CA) is unknown color: approx Biloba Flower. HEX triplet: A5, 96 and CA. RGB value is (165,150,202). Sum of RGB (Red+Green+Blue) = 165+150+202=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #A596CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596CA is #5A6935. Grayscale: #A0A0A0. Windows color (decimal): -5925174 or 13276837. OLE color: 13276837.

HSL color Cylindrical-coordinate representation of color #A596CA: hue angle of 257.31º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A596CA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165150202-
CMYK0.180.2600.21
HSL257.31º32.91%69.02%-
HSV(B)257.31º25.74%79.22%-
XYZ37.0834.0860.5-
YUV160.41151.47131.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=31.91%
G=29.01%
B=39.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651502020.180.2600.21257.3132.9169.02
HexA596CA121A0151012145
Octal245226312223202540141105
Binary10100101100101101100101010010110100101011000000011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596CA; }

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

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

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

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

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

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

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

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