#A796FF

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

Shades of Biloba Flower #A796FF

Tints of Biloba Flower #A796FF

Color information

#A796FF (or 0xA796FF) is unknown color: approx Biloba Flower. HEX triplet: A7, 96 and FF. RGB value is (167,150,255). Sum of RGB (Red+Green+Blue) = 167+150+255=572 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.20% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #A796FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A796FF is #586900. Grayscale: #A6A6A6. Windows color (decimal): -5794049 or 16750247. OLE color: 16750247.

HSL color Cylindrical-coordinate representation of color #A796FF: hue angle of 249.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A796FF is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB167150255-
CMYK0.350.4100
HSL249.71º100%79.41%-
HSV(B)249.71º41.18%100%-
XYZ44.8937.2599.43-
YUV167.05177.63127.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.20%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 255 (100% from 255) = 44.58%
R=29.20%
G=26.22%
B=44.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1671502550.350.4100249.7110079.41
HexA796FF232900fa644f
Octal247226377435100372144117
Binary101001111001011011111111100011101001001111101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A796FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A796FF; }

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

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

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

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

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

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

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

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