#A797D0

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

Shades of Biloba Flower #A797D0

Tints of Biloba Flower #A797D0

Color information

#A797D0 (or 0xA797D0) is unknown color: approx Biloba Flower. HEX triplet: A7, 97 and D0. RGB value is (167,151,208). Sum of RGB (Red+Green+Blue) = 167+151+208=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #A797D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A797D0 is #58682F. Grayscale: #A2A2A2. Windows color (decimal): -5793840 or 13670311. OLE color: 13670311.

HSL color Cylindrical-coordinate representation of color #A797D0: hue angle of 256.84º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A797D0 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167151208-
CMYK0.200.2700.18
HSL256.84º37.75%70.39%-
HSV(B)256.84º27.4%81.57%-
XYZ38.3934.964.39-
YUV162.28153.8131.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 208 (81.64% from 255) = 39.54%
R=31.75%
G=28.71%
B=39.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671512080.200.2700.18256.8437.7570.39
HexA797D0141B0121012646
Octal247227320243302240146106
Binary10100111100101111101000010100110110100101000000011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A797D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A797D0; }

 p { color: rgb(167,151,208); }

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

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

 a { background-color: rgb(167,151,208); }

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

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

 span { border-color: rgb(167,151,208); }

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