#A796CA

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

Shades of Biloba Flower #A796CA

Tints of Biloba Flower #A796CA

Color information

#A796CA (or 0xA796CA) is unknown color: approx Biloba Flower. HEX triplet: A7, 96 and CA. RGB value is (167,150,202). Sum of RGB (Red+Green+Blue) = 167+150+202=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #A796CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796CA is #586935. Grayscale: #A0A0A0. Windows color (decimal): -5794102 or 13276839. OLE color: 13276839.

HSL color Cylindrical-coordinate representation of color #A796CA: hue angle of 259.62º 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 #A796CA is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167150202-
CMYK0.170.2600.21
HSL259.62º32.91%69.02%-
HSV(B)259.62º25.74%79.22%-
XYZ37.534.2960.52-
YUV161.01151.13132.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=32.18%
G=28.90%
B=38.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671502020.170.2600.21259.6232.9169.02
HexA796CA111A0151042145
Octal247226312213202540441105
Binary10100111100101101100101010001110100101011000001001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A796CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A796CA; }

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

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

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

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

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

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

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

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