#A796DB

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

Shades of Biloba Flower #A796DB

Tints of Biloba Flower #A796DB

Color information

#A796DB (or 0xA796DB) is unknown color: approx Biloba Flower. HEX triplet: A7, 96 and DB. RGB value is (167,150,219). Sum of RGB (Red+Green+Blue) = 167+150+219=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #A796DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796DB is #586924. Grayscale: #A2A2A2. Windows color (decimal): -5794085 or 14390951. OLE color: 14390951.

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

Color convert

RGB167150219-
CMYK0.240.3200.14
HSL254.78º48.94%72.35%-
HSV(B)254.78º31.51%85.88%-
XYZ39.6335.1471.71-
YUV162.95159.63130.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.16%
GREEN value IS 150 (58.98% from 255) = 27.99%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=31.16%
G=27.99%
B=40.86%

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
Decimal1671502190.240.3200.14254.7848.9472.35
HexA796DB18200Eff3148
Octal247226333304001637761110
Binary1010011110010110110110111100010000001110111111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A796DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A796DB; }

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

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

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

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

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

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

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

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