#A596CE

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

Shades of Biloba Flower #A596CE

Tints of Biloba Flower #A596CE

Color information

#A596CE (or 0xA596CE) is unknown color: approx Biloba Flower. HEX triplet: A5, 96 and CE. RGB value is (165,150,206). Sum of RGB (Red+Green+Blue) = 165+150+206=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #A596CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596CE is #5A6931. Grayscale: #A0A0A0. Windows color (decimal): -5925170 or 13538981. OLE color: 13538981.

HSL color Cylindrical-coordinate representation of color #A596CE: hue angle of 256.07º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A596CE is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165150206-
CMYK0.200.2700.19
HSL256.07º36.36%69.8%-
HSV(B)256.07º27.18%80.78%-
XYZ37.5634.2763.03-
YUV160.87153.47130.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=31.67%
G=28.79%
B=39.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651502060.200.2700.19256.0736.3669.8
HexA596CE141B0131002446
Octal245226316243302340044106
Binary10100101100101101100111010100110110100111000000001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596CE; }

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

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

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

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

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

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

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

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