#A796DC

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

Shades of Biloba Flower #A796DC

Tints of Biloba Flower #A796DC

Color information

#A796DC (or 0xA796DC) is unknown color: approx Biloba Flower. HEX triplet: A7, 96 and DC. RGB value is (167,150,220). Sum of RGB (Red+Green+Blue) = 167+150+220=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #A796DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796DC is #586923. Grayscale: #A2A2A2. Windows color (decimal): -5794084 or 14456487. OLE color: 14456487.

HSL color Cylindrical-coordinate representation of color #A796DC: hue angle of 254.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A796DC is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167150220-
CMYK0.240.3200.14
HSL254.57º50%72.55%-
HSV(B)254.57º31.82%86.27%-
XYZ39.7635.272.41-
YUV163.06160.13130.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.10%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=31.10%
G=27.93%
B=40.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671502200.240.3200.14254.575072.55
HexA796DC18200Eff3249
Octal247226334304001637762111
Binary1010011110010110110111001100010000001110111111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A796DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A796DC; }

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

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

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

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

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

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

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

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