#A796DA

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

Shades of Biloba Flower #A796DA

Tints of Biloba Flower #A796DA

Color information

#A796DA (or 0xA796DA) is unknown color: approx Biloba Flower. HEX triplet: A7, 96 and DA. RGB value is (167,150,218). Sum of RGB (Red+Green+Blue) = 167+150+218=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #A796DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796DA is #586925. Grayscale: #A2A2A2. Windows color (decimal): -5794086 or 14325415. OLE color: 14325415.

HSL color Cylindrical-coordinate representation of color #A796DA: hue angle of 255º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A796DA is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167150218-
CMYK0.230.3100.15
HSL255º47.89%72.16%-
HSV(B)255º31.19%85.49%-
XYZ39.535.0971.02-
YUV162.84159.13130.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.21%
GREEN value IS 150 (58.98% from 255) = 28.04%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=31.21%
G=28.04%
B=40.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671502180.230.3100.1525547.8972.16
HexA796DA171F0Fff3048
Octal247226332273701737760110
Binary101001111001011011011010101111111101111111111111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A796DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A796DA; }

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

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

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

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

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

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

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

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