#A796D7

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

Shades of Biloba Flower #A796D7

Tints of Biloba Flower #A796D7

Color information

#A796D7 (or 0xA796D7) is unknown color: approx Biloba Flower. HEX triplet: A7, 96 and D7. RGB value is (167,150,215). Sum of RGB (Red+Green+Blue) = 167+150+215=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #A796D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796D7 is #586928. Grayscale: #A2A2A2. Windows color (decimal): -5794089 or 14128807. OLE color: 14128807.

HSL color Cylindrical-coordinate representation of color #A796D7: hue angle of 255.69º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A796D7 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB167150215-
CMYK0.220.3000.16
HSL255.69º44.83%71.57%-
HSV(B)255.69º30.23%84.31%-
XYZ39.1134.9368.97-
YUV162.49157.63131.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 150 (58.98% from 255) = 28.20%
BLUE value IS 215 (84.38% from 255) = 40.41%
R=31.39%
G=28.20%
B=40.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671502150.220.3000.16255.6944.8371.57
HexA796D7161E0101002d48
Octal247226327263602040055110
Binary10100111100101101101011110110111100100001000000001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A796D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A796D7; }

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

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

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

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

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

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

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

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